class
Amazonite::CloudFormation::ResourceMapping
- Amazonite::CloudFormation::ResourceMapping
- Reference
- Object
Overview
Specifies the current source of the resource and the destination of where it will be moved to.
Defined in:
cloudformation/resource_mapping.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination : ResourceLocation
The destination stack
StackNameandLogicalResourceIdfor the resource being refactored. -
#destination=(destination : ResourceLocation)
The destination stack
StackNameandLogicalResourceIdfor the resource being refactored. -
#hash(hasher)
See
Object#hash(hasher) -
#source : ResourceLocation
The source stack
StackNameandLogicalResourceIdfor the resource being refactored. -
#source=(source : ResourceLocation)
The source stack
StackNameandLogicalResourceIdfor the resource being refactored. - #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 destination stack StackName and LogicalResourceId for the resource being refactored.
The destination stack StackName and LogicalResourceId for the resource being refactored.
The source stack StackName and LogicalResourceId for the resource being refactored.
The source stack StackName and LogicalResourceId for the resource being refactored.