Values.NetworkMigrationDeployedStackDetailsSourceDetails about a CloudFormation stack that has been deployed as part of the network migration.
type nonrec t = {status : NetworkMigrationDeployedStackStatus.t option;The current status of the deployed stack.
*)stackPhysicalID : PhysicalID.t option;The physical ID of the CloudFormation stack.
*)stackLogicalID : LogicalID.t option;The logical ID of the stack.
*)segmentID : SegmentID.t option;The ID of the segment that this stack was deployed for.
*)targetAccount : AccountID.t option;The target AWS account where the stack was deployed.
*)failedResources : NetworkMigrationFailedResourcesList.t option;A list of resources that failed to deploy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of LogicalID.t ]) list ]
list
| `String of PhysicalID.t ])
list ]