View a markdown version of this page

AWS::CloudFormation::GeneratedTemplate TemplateProgress - 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 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 }

Properties

ResourcesFailed

The number of resources that failed the template generation.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

ResourcesPending

The number of resources that are still pending the template generation.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

ResourcesProcessing

The number of resources that are in-process for the template generation.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

ResourcesSucceeded

The number of resources that succeeded the template generation.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption