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.

Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both these checks fail, CloudFormation returns a template validation error.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ValidateTemplateAsync.

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

Syntax

C#
public virtual ValidateTemplateResponse ValidateTemplate()

Return Value


The response from the ValidateTemplate service method, as returned by CloudFormation.

Version Information

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

See Also