class
Amazonite::CloudFormation::RollbackStackInput
- Amazonite::CloudFormation::RollbackStackInput
- Reference
- Object
Defined in:
cloudformation/rollback_stack_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String, role_arn : String | Nil = nil, client_request_token : String | Nil = nil, retain_except_on_create : Bool | Nil = nil, deployment_config : DeploymentConfig | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_request_token : String | Nil
A unique identifier for this
RollbackStackrequest. -
#client_request_token=(client_request_token : String | Nil)
A unique identifier for this
RollbackStackrequest. -
#deployment_config : DeploymentConfig | Nil
The deployment configuration for this stack operation, including the deployment mode.
-
#deployment_config=(deployment_config : DeploymentConfig | Nil)
The deployment configuration for this stack operation, including the deployment mode.
-
#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. -
#role_arn : String | Nil
The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.
-
#role_arn=(role_arn : String | Nil)
The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.
-
#stack_name : String
The name that's associated with the stack.
-
#stack_name=(stack_name : String)
The name that's associated with the stack.
- #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?.
A unique identifier for this RollbackStack request.
The deployment configuration for this stack operation, including the deployment mode.
The deployment configuration for this stack operation, including the deployment mode.
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
The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.
The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.