class
Amazonite::CloudFormation::CreateGeneratedTemplateInput
- Amazonite::CloudFormation::CreateGeneratedTemplateInput
- Reference
- Object
Defined in:
cloudformation/create_generated_template_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(generated_template_name : String, resources : Array(ResourceDefinition) | Nil = nil, stack_name : String | Nil = nil, template_configuration : TemplateConfiguration | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#generated_template_name : String
The name assigned to the generated template.
-
#generated_template_name=(generated_template_name : String)
The name assigned to the generated template.
-
#hash(hasher)
See
Object#hash(hasher) -
#resources : Array(ResourceDefinition) | Nil
An optional list of resources to be included in the generated template.
-
#resources=(resources : Array(ResourceDefinition) | Nil)
An optional list of resources to be included in the generated template.
-
#stack_name : String | Nil
An optional name or ARN of a stack to use as the base stack for the generated template.
-
#stack_name=(stack_name : String | Nil)
An optional name or ARN of a stack to use as the base stack for the generated template.
-
#template_configuration : TemplateConfiguration | Nil
The configuration details of the generated template, including the
DeletionPolicyandUpdateReplacePolicy. -
#template_configuration=(template_configuration : TemplateConfiguration | Nil)
The configuration details of the generated template, including the
DeletionPolicyandUpdateReplacePolicy. - #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 assigned to the generated template.
An optional list of resources to be included in the generated template.
If no resources are specified,the template will be created without any resources. Resources can
be added to the template using the UpdateGeneratedTemplate API action.
An optional list of resources to be included in the generated template.
If no resources are specified,the template will be created without any resources. Resources can
be added to the template using the UpdateGeneratedTemplate API action.
An optional name or ARN of a stack to use as the base stack for the generated template.
An optional name or ARN of a stack to use as the base stack for the generated template.
The configuration details of the generated template, including the DeletionPolicy and
UpdateReplacePolicy.
The configuration details of the generated template, including the DeletionPolicy and
UpdateReplacePolicy.