DescribeChangeSetResponse

The output for the DescribeChangeSet action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

Link copied to clipboard

A list of Change structures that describes the resources CloudFormation changes if you execute the change set.

Link copied to clipboard

The Amazon Resource Name (ARN) of the change set.

Link copied to clipboard

The name of the change set.

Link copied to clipboard

The start time when the change set was created, in UTC.

Link copied to clipboard

Information about the change set.

Link copied to clipboard

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.

Link copied to clipboard

Indicates if the change set imports resources that already exist.

Link copied to clipboard

Verifies if IncludeNestedStacks is set to True.

Link copied to clipboard

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.

Link copied to clipboard

The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.

Link copied to clipboard

Determines what action will be taken if stack creation fails. When this parameter is specified, the DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values:

Link copied to clipboard

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.

Link copied to clipboard

Specifies the change set ID of the parent change set in the current nested change set hierarchy.

Link copied to clipboard

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

Link copied to clipboard

Specifies the change set ID of the root change set in the current nested change set hierarchy.

Link copied to clipboard

The Amazon Resource Name (ARN) of the stack that's associated with the change set.

Link copied to clipboard

The name of the stack that's associated with the change set.

Link copied to clipboard

The current status of the change set, such as CREATE_PENDING, CREATE_COMPLETE, or FAILED.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

If you execute the change set, the tags that will be associated with the stack.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String