Stack

Stack schema

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.
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 Whether rollback on stack creation failures is disabled.
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.
Tags array A list of tags associated with the stack.
EnableTerminationProtection boolean Whether termination protection is enabled for the stack.
DriftInformation object
View JSON Schema on GitHub