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 TemplateProgress
A summary of the progress of the template generation.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ResourcesFailed" :Integer, "ResourcesPending" :Integer, "ResourcesProcessing" :Integer, "ResourcesSucceeded" :Integer}
YAML
ResourcesFailed:IntegerResourcesPending:IntegerResourcesProcessing:IntegerResourcesSucceeded:Integer
Properties
ResourcesFailed-
The number of resources that failed the template generation.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
ResourcesPending-
The number of resources that are still pending the template generation.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
ResourcesProcessing-
The number of resources that are in-process for the template generation.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
ResourcesSucceeded-
The number of resources that succeeded the template generation.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption