View a markdown version of this page

AWS::CloudFormation::GeneratedTemplate - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CloudFormation::GeneratedTemplate

Creates a template from existing resources that are not already managed with CloudFormation. You can check the status of the template generation using the DescribeGeneratedTemplate API action.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::CloudFormation::GeneratedTemplate", "Properties" : { "GeneratedTemplateName" : String, "TemplateConfiguration" : TemplateConfiguration } }

YAML

Type: AWS::CloudFormation::GeneratedTemplate Properties: GeneratedTemplateName: String TemplateConfiguration: TemplateConfiguration

Properties

GeneratedTemplateName

Property description not available.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

TemplateConfiguration

The configuration details of a generated template.

Required: No

Type: TemplateConfiguration

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CreationTime

Property description not available.

GeneratedTemplateId

Property description not available.

LastUpdatedTime

Property description not available.

Status

Property description not available.

TotalWarnings

Contains any warnings returned by the GetTemplateSummary API action.