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
Capabilities
List
Certain capabilities required in order for AWS CloudFormation to create the stack.
ChangeSetId
String
The ID of the change set.
DeletionTime
Timestamp
The time the stack was deleted.
Description
String
A user-defined description associated with the stack.
DisableRollback
Bool
Boolean to enable or disable rollback on stack creation failures: true
disables rollback,
false
enables rollback.
DriftInformation
Map
EnableTerminationProtection
Bool
Whether termination protection is enabled for the stack.
LastUpdatedTime
Timestamp
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
NotificationARNs
List
SNS topic ARNs to which stack related events are published.
Outputs
List
Parameters
List
A list of Parameter structures.
ParentId
String
ID of the direct parent of this stack.
RoleARN
String
The associated IAM service role.
RollbackConfiguration
Map
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
RootId
String
ID of the top-level stack to which the nested stack ultimately belongs.
StackStatus
String
Current status of the stack.
StackStatusReason
String
Success/failure message associated with the stack status.
TimeoutInMinutes
Integer
The amount of time within which stack creation should complete.
Drifts
List
Details on the drifted resources.
Last updated