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:StringTemplateConfiguration:TemplateConfiguration
Properties
GeneratedTemplateNameProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
TemplateConfiguration-
The configuration details of a generated template.
Required: No
Type: TemplateConfiguration
Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreationTimeProperty description not available.
GeneratedTemplateIdProperty description not available.
LastUpdatedTimeProperty description not available.
StatusProperty description not available.
TotalWarnings-
Contains any warnings returned by the
GetTemplateSummaryAPI action.