AWS CloudFormation · Schema
Stack
AutomationAWSCloud ResourcesIaCInfrastructure As CodeStack Management
Properties
| Name | Type | Description |
|---|---|---|
| StackId | string | Unique identifier of the stack. |
| StackName | string | The name associated with the stack. |
| ChangeSetId | string | The unique ID of the change set. |
| Description | string | A user-defined description associated with the stack. |
| CreationTime | string | The time the stack was created. |
| DeletionTime | string | The time the stack was deleted. |
| LastUpdatedTime | string | The time the stack was last updated. |
| StackStatusReason | string | Explanation for the current stack status. |
| DisableRollback | boolean | Whether rollback on stack creation failures is disabled. |
| NotificationARNs | array | Amazon SNS topic ARNs for stack event notifications. |
| TimeoutInMinutes | integer | Time allowed for stack creation before failure. |
| Capabilities | array | The capabilities allowed in the stack. |
| Outputs | array | A list of output structures. |
| RoleARN | string | The IAM role ARN used by CloudFormation. |
| Tags | array | Tags associated with the stack. |
| EnableTerminationProtection | boolean | Whether termination protection is enabled. |
| Parameters | array | A list of parameter structures. |
| ParentId | string | For nested stacks, the stack ID of the direct parent. |
| RootId | string | For nested stacks, the stack ID of the top-level stack. |
| DeletionMode | string | |
| DetailedStatus | string | |
| RetainExceptOnCreate | boolean |