---
title: CloudFormation Generatedtemplate
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > CloudFormation Generatedtemplate
---

# CloudFormation Generatedtemplate

This table represents the CloudFormation Generatedtemplate resource from Amazon Web Services.

```
aws.cloudformation_generatedtemplate
```

## Fields

| Title                   | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Description |
| ----------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                    | core | string     |
| account_id              | core | string     |
| creation_time           | core | timestamp  | The time the generated template was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| generated_template_id   | core | string     | The Amazon Resource Name (ARN) of the generated template. The format is <code>arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}</code>. For example, <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i> </code>.                                                                                                                                                                                                                                                                                                                                                                                                              |
| generated_template_name | core | string     | The name of the generated template.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| last_updated_time       | core | timestamp  | The time the generated template was last updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| progress                | core | json       | An object describing the progress of the template generation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| resources               | core | json       | A list of objects describing the details of the resources in the template generation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| stack_id                | core | string     | The stack ARN of the base stack if a base stack was provided when generating the template.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| status                  | core | string     | The status of the template generation. Supported values are: <ul> <li> <code>CreatePending</code> - the creation of the template is pending. </li> <li> <code>CreateInProgress</code> - the creation of the template is in progress. </li> <li> <code>DeletePending</code> - the deletion of the template is pending. </li> <li> <code>DeleteInProgress</code> - the deletion of the template is in progress. </li> <li> <code>UpdatePending</code> - the update of the template is pending. </li> <li> <code>UpdateInProgress</code> - the update of the template is in progress. </li> <li> <code>Failed</code> - the template operation failed. </li> <li> <code>Complete</code> - the template operation is complete. </li> </ul> |
| status_reason           | core | string     | The reason for the current template generation status. This will provide more details if a failure happened.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| tags                    | core | hstore_csv |
| template_configuration  | core | json       | The configuration details of the generated template, including the <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code>.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| total_warnings          | core | int64      | The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
