CloudFormation Stack
Resource Type
AWS.CloudFormation.Stack
Resource ID Format
For CloudFormation Stacks, the resource ID is the ARN.
arn:aws:cloudformation:ap-northeast-2:123456789012:stack/example-stack/11111111
Background
A stack is a collection of AWS resources that you can manage as code within a template.
Fields
Field | Type | Description |
|
| Certain capabilities required in order for AWS CloudFormation to create the stack. |
|
| The ID of the change set. |
|
| The time the stack was deleted. |
|
| A user-defined description associated with the stack. |
|
| Boolean to enable or disable rollback on stack creation failures:
|
|
| Information on whether a stack's actual configuration differs from its expected configuration. |
|
| Whether termination protection is enabled for the stack. |
|
| The time the stack was last updated. This field will only be returned if the stack has been updated at least once. |
|
| SNS topic ARNs to which stack related events are published. |
|
| A list of output structures. |
|
| A list of Parameter structures. |
|
| ID of the direct parent of this stack. |
|
| The associated IAM service role. |
|
| The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards. |
|
| ID of the top-level stack to which the nested stack ultimately belongs. |
|
| Current status of the stack. |
|
| Success/failure message associated with the stack status. |
|
| The amount of time within which stack creation should complete. |
|
| Details on the drifted resources. |
Last updated