class Aws::CloudFormation::Types::DescribeChangeSetOutput

The output for the DescribeChangeSet action.

@!attribute [rw] change_set_name

The name of the change set.
@return [String]

@!attribute [rw] change_set_id

The Amazon Resource Name (ARN) of the change set.
@return [String]

@!attribute [rw] stack_id

The Amazon Resource Name (ARN) of the stack that's associated with
the change set.
@return [String]

@!attribute [rw] stack_name

The name of the stack that's associated with the change set.
@return [String]

@!attribute [rw] description

Information about the change set.
@return [String]

@!attribute [rw] parameters

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][1] data type.

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html
@return [Array<Types::Parameter>]

@!attribute [rw] creation_time

The start time when the change set was created, in UTC.
@return [Time]

@!attribute [rw] execution_status

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.
@return [String]

@!attribute [rw] status

The current status of the change set, such as `CREATE_IN_PROGRESS`,
`CREATE_COMPLETE`, or `FAILED`.
@return [String]

@!attribute [rw] status_reason

A description of the change set's status. For example, if your
attempt to create a change set failed, CloudFormation shows the
error message.
@return [String]

@!attribute [rw] notification_arns

The ARNs of the Amazon Simple Notification Service (Amazon SNS)
topics that will be associated with the stack if you execute the
change set.
@return [Array<String>]

@!attribute [rw] rollback_configuration

The rollback triggers for CloudFormation to monitor during stack
creation and updating operations, and for the specified monitoring
period afterwards.
@return [Types::RollbackConfiguration]

@!attribute [rw] capabilities

If you execute the change set, the list of capabilities that were
explicitly acknowledged when the change set was created.
@return [Array<String>]

@!attribute [rw] tags

If you execute the change set, the tags that will be associated with
the stack.
@return [Array<Types::Tag>]

@!attribute [rw] changes

A list of `Change` structures that describes the resources
CloudFormation changes if you execute the change set.
@return [Array<Types::Change>]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] include_nested_stacks

Verifies if `IncludeNestedStacks` is set to `True`.
@return [Boolean]

@!attribute [rw] parent_change_set_id

Specifies the change set ID of the parent change set in the current
nested change set hierarchy.
@return [String]

@!attribute [rw] root_change_set_id

Specifies the change set ID of the root change set in the current
nested change set hierarchy.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeChangeSetOutput AWS API Documentation

Constants

SENSITIVE