Builder
Properties
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
The Amazon Resource Name (ARN) of the change set.
The name of the change set.
The start time when the change set was created, in UTC.
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.
Verifies if IncludeNestedStacks
is set to True
.
The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.
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:
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.
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
Specifies the change set ID of the root change set in the current nested change set hierarchy.
The current status of the change set, such as CREATE_PENDING
, CREATE_COMPLETE
, or FAILED
.
A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.
Functions
construct an aws.sdk.kotlin.services.cloudformation.model.RollbackConfiguration inside the given block