class Amazonite::CloudFormation::RollbackStackInput

Defined in:

cloudformation/rollback_stack_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def 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) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def client_request_token : String | Nil #

A unique identifier for this RollbackStack request.


[View source]
def client_request_token=(client_request_token : String | Nil) #

A unique identifier for this RollbackStack request.


[View source]
def deployment_config : DeploymentConfig | Nil #

The deployment configuration for this stack operation, including the deployment mode.


[View source]
def deployment_config=(deployment_config : DeploymentConfig | Nil) #

The deployment configuration for this stack operation, including the deployment mode.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def retain_except_on_create : Bool | Nil #

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


[View source]
def retain_except_on_create=(retain_except_on_create : Bool | Nil) #

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


[View source]
def role_arn : String | Nil #

The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.


[View source]
def role_arn=(role_arn : String | Nil) #

The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.


[View source]
def stack_name : String #

The name that's associated with the stack.


[View source]
def stack_name=(stack_name : String) #

The name that's associated with the stack.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]