class Amazonite::CloudFormation::ResourceMapping

Overview

Specifies the current source of the resource and the destination of where it will be moved to.

Defined in:

cloudformation/resource_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(source : ResourceLocation, destination : ResourceLocation) #

[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 destination : ResourceLocation #

The destination stack StackName and LogicalResourceId for the resource being refactored.


[View source]
def destination=(destination : ResourceLocation) #

The destination stack StackName and LogicalResourceId for the resource being refactored.


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

See Object#hash(hasher)


def source : ResourceLocation #

The source stack StackName and LogicalResourceId for the resource being refactored.


[View source]
def source=(source : ResourceLocation) #

The source stack StackName and LogicalResourceId for the resource being refactored.


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

[View source]
def validate! : Nil #

[View source]