View a markdown version of this page

AWS::CloudFormation::GeneratedTemplate - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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.