NAME
Paws::CloudFormation::DescribeChangeSetOutput
ATTRIBUTES
Capabilities => ArrayRef[Str]
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
Changes => ArrayRef[Paws::CloudFormation::Change]
A list of Change
structures that describes the resources AWS CloudFormation changes if you execute the change set.
ChangeSetId => Str
The ARN of the change set.
ChangeSetName => Str
The name of the change set.
CreationTime => Str
The start time when the change set was created, in UTC.
Description => Str
Information about the change set.
NextToken => Str
If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.
NotificationARNs => ArrayRef[Str]
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.
Parameters => ArrayRef[Paws::CloudFormation::Parameter]
A list of Parameter
structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.
StackId => Str
The ARN of the stack that is associated with the change set.
StackName => Str
The name of the stack that is associated with the change set.
Status => Str
The current status of the change set, such as CREATE_IN_PROGRESS
, CREATE_COMPLETE
, or FAILED
.
Valid values are: "CREATE_PENDING"
, "CREATE_IN_PROGRESS"
, "CREATE_COMPLETE"
, "DELETE_COMPLETE"
, "FAILED"
StatusReason => Str
A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.
Tags => ArrayRef[Paws::CloudFormation::Tag]
If you execute the change set, the tags that will be associated with the stack.