AwsCloudFormationStackDetails
Nests a stack as a resource in a top-level template. Nested stacks are stacks created as resources for another stack.
Contents
- Capabilities
-
The capabilities allowed in the stack.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- CreationTime
-
The time at which the stack was created.
Type: String
Pattern:
.*\S.*
Required: No
- Description
-
A user-defined description associated with the stack.
Type: String
Pattern:
.*\S.*
Required: No
- DisableRollback
-
Boolean to enable or disable rollback on stack creation failures.
Type: Boolean
Required: No
- DriftInformation
-
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.
Type: AwsCloudFormationStackDriftInformationDetails object
Required: No
- EnableTerminationProtection
-
Whether termination protection is enabled for the stack.
Type: Boolean
Required: No
- LastUpdatedTime
-
The time the nested stack was last updated. This field will only be returned if the stack has been updated at least once.
Type: String
Pattern:
.*\S.*
Required: No
- NotificationArns
-
The Amazon Resource Names (ARNs) of the Amazon SNS topic to which stack-related events are published.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- Outputs
-
A list of output structures.
Type: Array of AwsCloudFormationStackOutputsDetails objects
Required: No
- RoleArn
-
The ARN of an IAM role that's associated with the stack.
Type: String
Pattern:
.*\S.*
Required: No
- StackId
-
Unique identifier of the stack.
Type: String
Pattern:
.*\S.*
Required: No
- StackName
-
The name associated with the stack.
Type: String
Pattern:
.*\S.*
Required: No
- StackStatus
-
Current status of the stack.
Type: String
Pattern:
.*\S.*
Required: No
- StackStatusReason
-
Success or failure message associated with the stack status.
Type: String
Pattern:
.*\S.*
Required: No
- TimeoutInMinutes
-
The length of time, in minutes, that CloudFormation waits for the nested stack to reach the
CREATE_COMPLETE
state.Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: