class Aws::CloudFormation::Types::ExecuteChangeSetInput

The input for the ExecuteChangeSet action.

@note When making an API call, you may pass ExecuteChangeSetInput

data as a hash:

    {
      change_set_name: "ChangeSetNameOrId", # required
      stack_name: "StackNameOrId",
      client_request_token: "ClientRequestToken",
      disable_rollback: false,
    }

@!attribute [rw] change_set_name

The name or Amazon Resource Name (ARN) of the change set that you
want use to update the specified stack.
@return [String]

@!attribute [rw] stack_name

If you specified the name of a change set, specify the stack name or
Amazon Resource Name (ARN) that's associated with the change set
you want to execute.
@return [String]

@!attribute [rw] client_request_token

A unique identifier for this `ExecuteChangeSet` request. Specify
this token if you plan to retry requests so that CloudFormation
knows that you're not attempting to execute a change set to update
a stack with the same name. You might retry `ExecuteChangeSet`
requests to ensure that CloudFormation successfully received them.
@return [String]

@!attribute [rw] disable_rollback

Preserves the state of previously provisioned resources when an
operation fails.

Default: `True`
@return [Boolean]

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

Constants

SENSITIVE