class
Amazonite::CloudFormation::GetTemplateInput
- Amazonite::CloudFormation::GetTemplateInput
- Reference
- Object
Overview
The input for a GetTemplate action.
Defined in:
cloudformation/get_template_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String | Nil = nil, change_set_name : String | Nil = nil, template_stage : TemplateStage | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#change_set_name : String | Nil
The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the associated template.
-
#change_set_name=(change_set_name : String | Nil)
The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the associated template.
-
#hash(hasher)
See
Object#hash(hasher) -
#stack_name : String | Nil
The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
-
#stack_name=(stack_name : String | Nil)
The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
-
#template_stage : TemplateStage | Nil
For templates that include transforms, the stage of the template that CloudFormation returns.
-
#template_stage=(template_stage : TemplateStage | Nil)
For templates that include transforms, the stage of the template that CloudFormation returns.
- #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 name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the
associated template. If you specify a name, you must also specify the StackName.
The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the
associated template. If you specify a name, you must also specify the StackName.
The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
For templates that include transforms, the stage of the template that CloudFormation returns. To
get the user-submitted template, specify Original. To get the template after CloudFormation
has processed all transforms, specify Processed.
If the template doesn't include transforms, Original and Processed return the same template.
By default, CloudFormation specifies Processed.
For templates that include transforms, the stage of the template that CloudFormation returns. To
get the user-submitted template, specify Original. To get the template after CloudFormation
has processed all transforms, specify Processed.
If the template doesn't include transforms, Original and Processed return the same template.
By default, CloudFormation specifies Processed.