aws.cloudformation.list_generated_templates
Example SQL Queries
SELECT * FROMaws.cloudformation.list_generated_templates;Description
Lists your generated templates in this Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| creation_time The time the generated template was created. | TIMESTAMP_S |
| generated_template_id 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 . | VARCHAR |
| generated_template_name The name of the generated template. | VARCHAR |
| last_updated_time The time the generated template was last updated. | TIMESTAMP_S |
| number_of_resources The number of resources in the generated template. This is a total of resources in pending, in-progress, completed, and failed states. | BIGINT |
| status The status of the template generation. Supported values are:
| VARCHAR |
| status_reason The reason for the current template generation status. This will provide more details if a failure happened. | VARCHAR |