Accessing AWS CloudFormation with the AWS SDK for .NET
The AWS SDK for .NET supports AWS CloudFormation, which creates and provisions AWS infrastructure deployments predictably and repeatedly.
APIs
The AWS SDK for .NET provides APIs for AWS CloudFormation clients. The APIs enable you to work with AWS CloudFormation features such as templates and stacks. This section contains a small number of examples that show you the patterns you can follow when working with these APIs. To view the full set of APIs, see the AWS SDK for .NET API Reference (and scroll to "Amazon.CloudFormation").
The AWS CloudFormation APIs are provided by the AWSSDK.CloudFormation
Prerequisites
Before you begin, be sure you have set up your environment and project. Also review the information in SDK features.