Values.AwsCloudFormationStackDetailsSourceNests a stack as a resource in a top-level template. Nested stacks are stacks created as resources for another stack.
type nonrec t = {capabilities : NonEmptyStringList.t option;The capabilities allowed in the stack.
*)creationTime : NonEmptyString.t option;The time at which the stack was created.
*)description : NonEmptyString.t option;A user-defined description associated with the stack.
*)disableRollback : Boolean.t option;Boolean to enable or disable rollback on stack creation failures.
*)driftInformation : AwsCloudFormationStackDriftInformationDetails.t option;Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
*)enableTerminationProtection : Boolean.t option;Whether termination protection is enabled for the stack.
*)lastUpdatedTime : NonEmptyString.t option;The time the nested stack was last updated. This field will only be returned if the stack has been updated at least once.
*)notificationArns : NonEmptyStringList.t option;The Amazon Resource Names (ARNs) of the Amazon SNS topic to which stack-related events are published.
*)outputs : AwsCloudFormationStackOutputsList.t option;A list of output structures.
*)roleArn : NonEmptyString.t option;The ARN of an IAM role that's associated with the stack.
*)stackId : NonEmptyString.t option;Unique identifier of the stack.
*)stackName : NonEmptyString.t option;The name associated with the stack.
*)stackStatus : NonEmptyString.t option;Current status of the stack.
*)stackStatusReason : NonEmptyString.t option;Success or failure message associated with the stack status.
*)timeoutInMinutes : Integer.t option;The length of time, in minutes, that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
*)}val make :
?capabilities:??? ->
?creationTime:??? ->
?description:??? ->
?disableRollback:??? ->
?driftInformation:??? ->
?enableTerminationProtection:??? ->
?lastUpdatedTime:??? ->
?notificationArns:??? ->
?outputs:??? ->
?roleArn:??? ->
?stackId:??? ->
?stackName:??? ->
?stackStatus:??? ->
?stackStatusReason:??? ->
?timeoutInMinutes:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]