---
type: resource-type
title: GeneratedTemplate
description: aws resource type AWS::CloudFormation::GeneratedTemplate
name: GeneratedTemplate
lexicon: aws
resource_type: AWS::CloudFormation::GeneratedTemplate
---
`AWS::CloudFormation::GeneratedTemplate`, a resource type of the aws lexicon.

## Properties

- `GeneratedTemplateName` (`string`, required): The name assigned to the generated template.
- `CreationTime` (`string`, optional): The time the generated template was created.
- `GeneratedTemplateId` (`string`, optional): The Amazon Resource Name (ARN) of the generated template.
- `LastUpdatedTime` (`string`, optional): The time the generated template was last updated.
- `Progress` (`GeneratedTemplate_TemplateProgress`, optional)
- `Status` (`"COMPLETE" | "CREATE_IN_PROGRESS" | "CREATE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_PENDING" | "FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_PENDING"`, optional): The status of the template generation.
- `TemplateConfiguration` (`GeneratedTemplate_TemplateConfiguration`, optional)
- `TotalWarnings` (`number`, optional): The number of warnings generated for this template.

## Attributes

- `CreationTime`
- `GeneratedTemplateId`
- `LastUpdatedTime`
- `Progress`
- `Status`
- `TotalWarnings`
