class
Amazonite::CloudFormation::DescribeGeneratedTemplateOutput
- Amazonite::CloudFormation::DescribeGeneratedTemplateOutput
- Reference
- Object
Defined in:
cloudformation/describe_generated_template_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(generated_template_id : String | Nil = nil, generated_template_name : String | Nil = nil, resources : Array(ResourceDetail) | Nil = nil, status : GeneratedTemplateStatus | Nil = nil, status_reason : String | Nil = nil, creation_time : Time | Nil = nil, last_updated_time : Time | Nil = nil, progress : TemplateProgress | Nil = nil, stack_id : String | Nil = nil, template_configuration : TemplateConfiguration | Nil = nil, total_warnings : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#creation_time : Time | Nil
The time the generated template was created.
-
#creation_time=(creation_time : Time | Nil)
The time the generated template was created.
-
#generated_template_id : String | Nil
The Amazon Resource Name (ARN) of the generated template.
-
#generated_template_id=(generated_template_id : String | Nil)
The Amazon Resource Name (ARN) of the generated template.
-
#generated_template_name : String | Nil
The name of the generated template.
-
#generated_template_name=(generated_template_name : String | Nil)
The name of the generated template.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_updated_time : Time | Nil
The time the generated template was last updated.
-
#last_updated_time=(last_updated_time : Time | Nil)
The time the generated template was last updated.
-
#progress : TemplateProgress | Nil
An object describing the progress of the template generation.
-
#progress=(progress : TemplateProgress | Nil)
An object describing the progress of the template generation.
-
#resources : Array(ResourceDetail) | Nil
A list of objects describing the details of the resources in the template generation.
-
#resources=(resources : Array(ResourceDetail) | Nil)
A list of objects describing the details of the resources in the template generation.
-
#stack_id : String | Nil
The stack ARN of the base stack if a base stack was provided when generating the template.
-
#stack_id=(stack_id : String | Nil)
The stack ARN of the base stack if a base stack was provided when generating the template.
-
#status : GeneratedTemplateStatus | Nil
The status of the template generation.
-
#status=(status : GeneratedTemplateStatus | Nil)
The status of the template generation.
-
#status_reason : String | Nil
The reason for the current template generation status.
-
#status_reason=(status_reason : String | Nil)
The reason for the current template generation status.
-
#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))
-
#total_warnings : Int32 | Nil
The number of warnings generated for this template.
-
#total_warnings=(total_warnings : Int32 | Nil)
The number of warnings generated for this template.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example,
arn:aws:cloudformation:*us-east-1*:*123456789012*:generatedtemplate/*2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc* .
The Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example,
arn:aws:cloudformation:*us-east-1*:*123456789012*:generatedtemplate/*2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc* .
The name of the generated template.
The time the generated template was last updated.
An object describing the progress of the template generation.
An object describing the progress of the template generation.
A list of objects describing the details of the resources in the template generation.
A list of objects describing the details of the resources in the template generation.
The stack ARN of the base stack if a base stack was provided when generating the template.
The stack ARN of the base stack if a base stack was provided when generating the template.
The status of the template generation. Supported values are:
-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
The status of the template generation. Supported values are:
-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
The reason for the current template generation status. This will provide more details if a failure happened.
The reason for the current template generation status. This will provide more details if a failure happened.
The configuration details of the generated template, including the DeletionPolicy and
UpdateReplacePolicy.
The configuration details of the generated template, including the DeletionPolicy and
UpdateReplacePolicy.
The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.
The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.