NAME
Paws::CloudFormation::DescribeChangeSetOutput
ATTRIBUTES
Capabilities => ArrayRef[Str|Undef]
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.
ExecutionStatus => Str
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 AWS CloudFormation is still creating it or in an OBSOLETE
state because the stack was already updated.
Valid values are: "UNAVAILABLE"
, "AVAILABLE"
, "EXECUTE_IN_PROGRESS"
, "EXECUTE_COMPLETE"
, "EXECUTE_FAILED"
, "OBSOLETE"
=head2 IncludeNestedStacks => Bool
Verifies if IncludeNestedStacks
is set to True
.
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|Undef]
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 (https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html) data type.
ParentChangeSetId => Str
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
RollbackConfiguration => Paws::CloudFormation::RollbackConfiguration
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
RootChangeSetId => Str
Specifies the change set ID of the root change set in the current nested change set hierarchy.
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_PENDING"
, "DELETE_IN_PROGRESS"
, "DELETE_COMPLETE"
, "DELETE_FAILED"
, "FAILED"
=head2 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.