class
Amazonite::CloudFormation::UpdateGeneratedTemplateInput
- Amazonite::CloudFormation::UpdateGeneratedTemplateInput
- Reference
- Object
Defined in:
cloudformation/update_generated_template_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(generated_template_name : String, new_generated_template_name : String | Nil = nil, add_resources : Array(ResourceDefinition) | Nil = nil, remove_resources : Array(String) | Nil = nil, refresh_all_resources : Bool | Nil = nil, template_configuration : TemplateConfiguration | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#add_resources : Array(ResourceDefinition) | Nil
An optional list of resources to be added to the generated template.
-
#add_resources=(add_resources : Array(ResourceDefinition) | Nil)
An optional list of resources to be added to the generated template.
-
#generated_template_name : String
The name or Amazon Resource Name (ARN) of a generated template.
-
#generated_template_name=(generated_template_name : String)
The name or Amazon Resource Name (ARN) of a generated template.
-
#hash(hasher)
See
Object#hash(hasher) -
#new_generated_template_name : String | Nil
An optional new name to assign to the generated template.
-
#new_generated_template_name=(new_generated_template_name : String | Nil)
An optional new name to assign to the generated template.
-
#refresh_all_resources : Bool | Nil
If
true, update the resource properties in the generated template with their current live state. -
#refresh_all_resources=(refresh_all_resources : Bool | Nil)
If
true, update the resource properties in the generated template with their current live state. -
#remove_resources : Array(String) | Nil
A list of logical ids for resources to remove from the generated template.
-
#remove_resources=(remove_resources : Array(String) | Nil)
A list of logical ids for resources to remove from 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?.
An optional list of resources to be added to the generated template.
An optional list of resources to be added to the generated template.
The name or Amazon Resource Name (ARN) of a generated template.
The name or Amazon Resource Name (ARN) of a generated template.
An optional new name to assign to the generated template.
An optional new name to assign to the generated template.
If true, update the resource properties in the generated template with their current live
state. This feature is useful when the resource properties in your generated a template does not
reflect the live state of the resource properties. This happens when a user update the resource
properties after generating a template.
If true, update the resource properties in the generated template with their current live
state. This feature is useful when the resource properties in your generated a template does not
reflect the live state of the resource properties. This happens when a user update the resource
properties after generating a template.
A list of logical ids for resources to remove from the generated template.
A list of logical ids for resources to remove from 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.