AWS::CloudFormation::GeneratedTemplateCreates a generated template from existing resources using the CloudFormation IaC Generator.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GeneratedTemplateName | string | Required |
TemplateConfiguration | TemplateConfiguration |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The time the generated template was created. |
GeneratedTemplateId | string | The Amazon Resource Name (ARN) of the generated template. |
LastUpdatedTime | string | The time the generated template was last updated. |
Progress | TemplateProgress | - |
Status | string | The status of the template generation. |
TotalWarnings | integer | The number of warnings generated for this template. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFormation::GeneratedTemplate
Resources:
MyResource:
Type: AWS::CloudFormation::GeneratedTemplate
Properties:
GeneratedTemplateName: "my-generatedtemplatename"Permissions CloudFormation needs in your IAM role to manage this resource.
cloudformation:CreateGeneratedTemplatecloudformation:DescribeGeneratedTemplatecloudformation:DescribeGeneratedTemplatecloudformation:UpdateGeneratedTemplatecloudformation:DescribeGeneratedTemplatecloudformation:DeleteGeneratedTemplatecloudformation:DescribeGeneratedTemplatecloudformation:ListGeneratedTemplatesEverything you need to know about CloudFormation on one page. HD quality, print-friendly.
Download Free InfographicGeneratedTemplateId