Accessing Amazon CloudFormation with the Amazon SDK for .NET - Amazon SDK for .NET
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Accessing Amazon CloudFormation with the Amazon SDK for .NET

The Amazon SDK for .NET supports Amazon CloudFormation, which creates and provisions Amazon infrastructure deployments predictably and repeatedly.

APIs

The Amazon SDK for .NET provides APIs for Amazon CloudFormation clients. The APIs enable you to work with Amazon 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 Amazon SDK for .NET API Reference (and scroll to "Amazon.CloudFormation").

The Amazon CloudFormation APIs are provided by the AWSSDK.CloudFormation package.

Prerequisites

Before you begin, be sure you have set up your environment and project. Also review the information in SDK features.

Topics