class Amazonite::CloudFormation::ChangeSetHookResourceTargetDetails

Overview

Specifies RESOURCE type target details for activated Hooks.

Defined in:

cloudformation/change_set_hook_resource_target_details.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(logical_resource_id : String | Nil = nil, resource_type : String | Nil = nil, resource_action : ChangeAction | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def logical_resource_id : String | Nil #

The resource's logical ID, which is defined in the stack's template.


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

The resource's logical ID, which is defined in the stack's template.


[View source]
def resource_action : ChangeAction | Nil #

Specifies the action of the resource.


[View source]
def resource_action=(resource_action : ChangeAction | Nil) #

Specifies the action of the resource.


[View source]
def resource_type : String | Nil #

The type of CloudFormation resource, such as AWS::S3::Bucket.


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

The type of CloudFormation resource, such as AWS::S3::Bucket.


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

[View source]
def validate! : Nil #

[View source]