aws.cloudformation.get_generated_template
Example SQL Queries
SELECT * FROMaws.cloudformation.get_generated_templateWHERE"generated_template_name" = 'VALUE';Description
Retrieves a generated template. If the template is in an InProgress or Pending status then the template returned will be the template when the template was last in a Complete status. If the template has not yet been in a Complete status then an empty template will be returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| generated_template_name Required Input Column The name or 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 . | VARCHAR |
| format Input Column The language to use to retrieve for the generated template. Supported values are:
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| status The status of the template generation. Supported values are:
| VARCHAR |
| template_body The template body of the generated template, in the language specified by the Language parameter. | VARCHAR |