class
Amazonite::CloudFormation::TemplateConfiguration
- Amazonite::CloudFormation::TemplateConfiguration
- Reference
- Object
Overview
The configuration details of a generated template.
Defined in:
cloudformation/template_configuration.crConstructors
- .from_xml(node : XML::Node) : self
- .new(deletion_policy : GeneratedTemplateDeletionPolicy | Nil = nil, update_replace_policy : GeneratedTemplateUpdateReplacePolicy | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#deletion_policy : GeneratedTemplateDeletionPolicy | Nil
The
DeletionPolicyassigned to resources in the generated template. -
#deletion_policy=(deletion_policy : GeneratedTemplateDeletionPolicy | Nil)
The
DeletionPolicyassigned to resources in the generated template. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#update_replace_policy : GeneratedTemplateUpdateReplacePolicy | Nil
The
UpdateReplacePolicyassigned to resources in the generated template. -
#update_replace_policy=(update_replace_policy : GeneratedTemplateUpdateReplacePolicy | Nil)
The
UpdateReplacePolicyassigned to resources in the generated template. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The DeletionPolicy assigned to resources in the generated template. Supported values are:
-
DELETE- delete all resources when the stack is deleted. -
RETAIN- retain all resources when the stack is deleted.
For more information, see DeletionPolicy attribute in the CloudFormation User Guide.
The DeletionPolicy assigned to resources in the generated template. Supported values are:
-
DELETE- delete all resources when the stack is deleted. -
RETAIN- retain all resources when the stack is deleted.
For more information, see DeletionPolicy attribute in the CloudFormation User Guide.
The UpdateReplacePolicy assigned to resources in the generated template. Supported values are:
-
DELETE- delete all resources when the resource is replaced during an update operation. -
RETAIN- retain all resources when the resource is replaced during an update operation.
For more information, see UpdateReplacePolicy attribute in the CloudFormation User Guide.
The UpdateReplacePolicy assigned to resources in the generated template. Supported values are:
-
DELETE- delete all resources when the resource is replaced during an update operation. -
RETAIN- retain all resources when the resource is replaced during an update operation.
For more information, see UpdateReplacePolicy attribute in the CloudFormation User Guide.