AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A summary of the progress of the template generation.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.TemplateProgress

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class TemplateProgress

The TemplateProgress type exposes the following members

Constructors

NameDescription
Public Method TemplateProgress()

Properties

NameTypeDescription
Public Property ResourcesFailed System.Int32

Gets and sets the property ResourcesFailed.

The number of resources that failed the template generation.

Public Property ResourcesPending System.Int32

Gets and sets the property ResourcesPending.

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

Public Property ResourcesProcessing System.Int32

Gets and sets the property ResourcesProcessing.

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

Public Property ResourcesSucceeded System.Int32

Gets and sets the property ResourcesSucceeded.

The number of resources that succeeded the template generation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5