Values.CloudFormationTargetSourceInformation about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.
type nonrec t = {deploymentId : DeploymentId.t option;The unique ID of an CloudFormation blue/green deployment.
*)targetId : TargetId.t option;The unique ID of a deployment target that has a type of CloudFormationTarget.
*)lastUpdatedAt : Time.t option;The date and time when the target application was updated by an CloudFormation blue/green deployment.
*)lifecycleEvents : LifecycleEventList.t option;The lifecycle events of the CloudFormation blue/green deployment to this target application.
*)status : TargetStatus.t option;The status of an CloudFormation blue/green deployment's target application.
*)resourceType : CloudFormationResourceType.t option;The resource type for the CloudFormation blue/green deployment.
*)targetVersionWeight : TrafficWeight.t option;The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of TrafficWeight.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of LifecycleEventName.t
| `Structure of
(string * [> `Enum of string | `String of ScriptName.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of DeploymentId.t
| `Timestamp of Time.t ])
list ]