AWS::CloudFormation::GeneratedTemplate

CloudFormation GeneratedTemplate

Creates a generated template from existing resources using the CloudFormation IaC Generator.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
GeneratedTemplateName
string
Required
TemplateConfiguration
TemplateConfiguration

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreationTimestringThe time the generated template was created.
GeneratedTemplateIdstringThe Amazon Resource Name (ARN) of the generated template.
LastUpdatedTimestringThe time the generated template was last updated.
ProgressTemplateProgress-
StatusstringThe status of the template generation.
TotalWarningsintegerThe number of warnings generated for this template.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFormation::GeneratedTemplate

Resources:
  MyResource:
    Type: AWS::CloudFormation::GeneratedTemplate
    Properties:
      GeneratedTemplateName: "my-generatedtemplatename"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudformation:CreateGeneratedTemplatecloudformation:DescribeGeneratedTemplate

read

cloudformation:DescribeGeneratedTemplate

update

cloudformation:UpdateGeneratedTemplatecloudformation:DescribeGeneratedTemplate

delete

cloudformation:DeleteGeneratedTemplatecloudformation:DescribeGeneratedTemplate

list

cloudformation:ListGeneratedTemplates

Get the CloudFormation Cheat Sheet

Everything you need to know about CloudFormation on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFormation
Properties8
Required1
TaggingNot supported
Primary IDGeneratedTemplateId

Supported Operations

CreateReadUpdateDeleteList

External Links