Amazon CloudFormation · Schema
Amazon CloudFormation Stack
Schema representing an Amazon CloudFormation stack, which is a collection of AWS resources that you can manage as a single unit.
AWSCloudFormationInfrastructure as CodeDevOpsIaC
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. |
| Parameters | array | A list of Parameter structures that specify input parameters for the stack. |
| CreationTime | string | The time at which the stack was created. |
| DeletionTime | string | The time the stack was deleted. |
| LastUpdatedTime | string | The time the stack was last updated. |
| RollbackConfiguration | object | |
| StackStatus | string | Current status of the stack. |
| StackStatusReason | string | Success or failure message associated with the stack status. |
| DisableRollback | boolean | Boolean to enable or disable rollback on stack creation failures. |
| NotificationARNs | array | Amazon SNS topic ARNs to which stack related events are published. |
| TimeoutInMinutes | integer | The amount of time within which stack creation should complete. |
| Capabilities | array | The capabilities allowed in the stack. |
| Outputs | array | A list of output structures. |
| RoleARN | string | The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to create the stack. |
| Tags | array | A list of tags associated with the stack. |
| EnableTerminationProtection | boolean | Whether termination protection is enabled for the stack. |
| DriftInformation | object | |
| Resources | array | A list of stack resources. |