ChangeSetSummary
The ChangeSetSummary
structure describes a change set, its status, and the stack with which it's associated.
Types
Properties
The ID of the change set.
The name of the change set.
The start time when the change set was created, in UTC.
Descriptive information about the change set.
If the change set execution status is AVAILABLE
, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE
state because CloudFormation is still creating it or in an OBSOLETE
state because the stack was already updated.
Indicates if the change set imports resources that already exist.
Specifies the current setting of IncludeNestedStacks
for the change set.
The parent change set ID.
The root change set ID.
The state of the change set, such as CREATE_PENDING
, CREATE_COMPLETE
, or FAILED
.
A description of the change set's status. For example, if your change set is in the FAILED
state, CloudFormation shows the error message.