class
Amazonite::CloudFormation::ExecuteChangeSetInput
- Amazonite::CloudFormation::ExecuteChangeSetInput
- Reference
- Object
Overview
The input for the ExecuteChangeSet action.
Defined in:
cloudformation/execute_change_set_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(change_set_name : String, stack_name : String | Nil = nil, client_request_token : String | Nil = nil, disable_rollback : Bool | Nil = nil, retain_except_on_create : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#change_set_name : String
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
-
#change_set_name=(change_set_name : String)
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
-
#client_request_token : String | Nil
A unique identifier for this
ExecuteChangeSetrequest. -
#client_request_token=(client_request_token : String | Nil)
A unique identifier for this
ExecuteChangeSetrequest. -
#disable_rollback : Bool | Nil
Preserves the state of previously provisioned resources when an operation fails.
-
#disable_rollback=(disable_rollback : Bool | Nil)
Preserves the state of previously provisioned resources when an operation fails.
-
#hash(hasher)
See
Object#hash(hasher) -
#retain_except_on_create : Bool | Nil
When set to
true, newly created resources are deleted when the operation rolls back. -
#retain_except_on_create=(retain_except_on_create : Bool | Nil)
When set to
true, newly created resources are deleted when the operation rolls back. -
#stack_name : String | Nil
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.
-
#stack_name=(stack_name : String | Nil)
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.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
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.
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.
Preserves the state of previously provisioned resources when an operation fails. This parameter
can't be specified when the OnStackFailure parameter to the
CreateChangeSet
API operation was specified.
-
True- if the stack creation fails, do nothing. This is equivalent to specifyingDO_NOTHINGfor theOnStackFailureparameter to the CreateChangeSet API operation. -
False- if the stack creation fails, roll back the stack. This is equivalent to specifyingROLLBACKfor theOnStackFailureparameter to the CreateChangeSet API operation.
Default: True
Preserves the state of previously provisioned resources when an operation fails. This parameter
can't be specified when the OnStackFailure parameter to the
CreateChangeSet
API operation was specified.
-
True- if the stack creation fails, do nothing. This is equivalent to specifyingDO_NOTHINGfor theOnStackFailureparameter to the CreateChangeSet API operation. -
False- if the stack creation fails, roll back the stack. This is equivalent to specifyingROLLBACKfor theOnStackFailureparameter to the CreateChangeSet API operation.
Default: True
When set to true, newly created resources are deleted when the operation rolls back. This
includes newly created resources marked with a deletion policy of Retain.
Default: false
When set to true, newly created resources are deleted when the operation rolls back. This
includes newly created resources marked with a deletion policy of Retain.
Default: false
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.
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.