AWS CloudFormation · Schema

AWS CloudFormation Change Set

Represents an AWS CloudFormation change set. A change set allows you to preview the changes CloudFormation will make to your stack before executing them. You can create a change set, review the proposed changes, and then choose to execute or delete it.

AutomationAWSCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
ChangeSetId string The ARN of the change set.
ChangeSetName string The name of the change set.
StackId string The ID of the stack associated with the change set.
StackName string The name of the stack associated with the change set.
Description stringnull Information about the change set.
Parameters array A list of parameter values for the change set.
CreationTime string The start time when the change set was created.
ExecutionStatus string The execution status of the change set.
Status string The current status of the change set.
StatusReason stringnull A description of the change set's status, such as why the change set failed.
NotificationARNs array The ARNs of the Amazon SNS topics associated with the change set.
RollbackConfiguration object
Capabilities array The capabilities that are allowed in the change set.
Tags array Tags associated with the change set.
Changes array A list of structures that describe the resources and the actions that CloudFormation will perform.
IncludeNestedStacks boolean Whether the change set includes changes to nested stacks.
ImportExistingResources boolean Whether the change set imports resources that already exist.
ParentChangeSetId stringnull The parent change set ID for nested stack change sets.
RootChangeSetId stringnull The root change set ID for nested stack change sets.
ChangeSetType string The type of change set operation.
View JSON Schema on GitHub