class
Amazonite::CloudFormation::StackDefinition
- Amazonite::CloudFormation::StackDefinition
- Reference
- Object
Overview
Describes the stack and the template used by the stack.
Defined in:
cloudformation/stack_definition.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String | Nil = nil, template_body : String | Nil = nil, template_url : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_name : String | Nil
The name associated with the stack.
-
#stack_name=(stack_name : String | Nil)
The name associated with the stack.
-
#template_body : String | Nil
The file path for the stack template file.
-
#template_body=(template_body : String | Nil)
The file path for the stack template file.
-
#template_url : String | Nil
The desired final state of the stack template.
-
#template_url=(template_url : String | Nil)
The desired final state of the stack template.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(stack_name : String | Nil = nil, template_body : String | Nil = nil, template_url : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.