class Aws::CloudFormation::Types::StackSummary
The StackSummary
Data Type
@!attribute [rw] stack_id
Unique stack identifier. @return [String]
@!attribute [rw] stack_name
The name associated with the stack. @return [String]
@!attribute [rw] template_description
The template description of the template used to create the stack. @return [String]
@!attribute [rw] creation_time
The time the stack was created. @return [Time]
@!attribute [rw] last_updated_time
The time the stack was last updated. This field will only be returned if the stack has been updated at least once. @return [Time]
@!attribute [rw] deletion_time
The time the stack was deleted. @return [Time]
@!attribute [rw] stack_status
The current status of the stack. @return [String]
@!attribute [rw] stack_status_reason
Success/Failure message associated with the stack status. @return [String]
@!attribute [rw] parent_id
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack. For more information, see [Working with Nested Stacks][1] in the *CloudFormation User Guide*. [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html @return [String]
@!attribute [rw] root_id
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs. For more information, see [Working with Nested Stacks][1] in the *CloudFormation User Guide*. [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html @return [String]
@!attribute [rw] drift_information
Summarizes information on whether a stack's actual configuration differs, or has *drifted*, from it's expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see [Detecting Unregulated Configuration Changes to Stacks and Resources][1]. [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html @return [Types::StackDriftInformationSummary]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSummary AWS API Documentation
Constants
- SENSITIVE