AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the EstimateTemplateCost operation. Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudFormation.AmazonCloudFormationRequest
      Amazon.CloudFormation.Model.EstimateTemplateCostRequest

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class EstimateTemplateCostRequest : AmazonCloudFormationRequest
         IRequestEvents

The EstimateTemplateCostRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Parameters System.Collections.Generic.List<Amazon.CloudFormation.Model.Parameter> Gets and sets the property Parameters.

A list of Parameter structures that specify input parameters.

Public Property TemplateBody System.String Gets and sets the property TemplateBody.

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

Public Property TemplateURL System.String Gets and sets the property TemplateURL.

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1