Values.BackendEnvironmentSourceDescribes the backend environment associated with a Branch of a Gen 1 Amplify app. Amplify Gen 1 applications are created using Amplify Studio or the Amplify command line interface (CLI).
type nonrec t = {backendEnvironmentArn : BackendEnvironmentArn.t option;The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
*)environmentName : EnvironmentName.t option;The name for a backend environment that is part of an Amplify app.
*)stackName : StackName.t option;The AWS CloudFormation stack name of a backend environment.
*)deploymentArtifacts : DeploymentArtifacts.t option;The name of deployment artifacts.
*)createTime : CreateTime.t option;The creation date and time for a backend environment that is part of an Amplify app.
*)updateTime : UpdateTime.t option;The last updated date and time for a backend environment that is part of an Amplify app.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of BackendEnvironmentArn.t | `Timestamp of CreateTime.t ])
list ]