

Version 4 (V4) of the Amazon SDK for .NET has been released\!

For information about breaking changes and migrating your applications, see the [migration topic](https://docs.amazonaws.cn/sdk-for-net/v4/developer-guide/net-dg-v4.html).

 [https://docs.amazonaws.cn/sdk-for-net/v4/developer-guide/net-dg-v4.html](https://docs.amazonaws.cn/sdk-for-net/v4/developer-guide/net-dg-v4.html)

# Accessing Amazon CloudFormation with the Amazon SDK for .NET
<a name="cloudformation-apis-intro"></a>

The Amazon SDK for .NET supports [Amazon CloudFormation](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/), which creates and provisions Amazon infrastructure deployments predictably and repeatedly.

## APIs
<a name="w2aac19c15c15b5"></a>

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](https://docs.amazonaws.cn/sdkfornet/v4/apidocs/) (and scroll to "Amazon.CloudFormation").

The Amazon CloudFormation APIs are provided by the [AWSSDK.CloudFormation](https://www.nuget.org/packages/AWSSDK.CloudFormation/) package.

## Prerequisites
<a name="w2aac19c15c15b7"></a>

Before you begin, be sure you have [set up your environment](net-dg-config.md) and [configured your project](configuring-the-sdk.md). Also review the information in [Using the SDK](net-dg-sdk-features.md).

## Topics
<a name="w2aac19c15c15b9"></a>

**Topics**
+ [APIs](#w2aac19c15c15b5)
+ [Prerequisites](#w2aac19c15c15b7)
+ [Topics](#w2aac19c15c15b9)
+ [Listing Amazon resources](cfn-list-resources.md)