AWS SDK for .NET Documentation
CreateStack Method (createStackRequest)
AmazonAmazon.CloudFormationAmazonCloudFormationClientCreateStack(CreateStackRequest) Did this page help you?   Yes   No    Tell us about it...

Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the DescribeStacks API.

NOTE: Currently, the limit for stacks is 20 stacks per account per region.

Declaration Syntax
C#
public CreateStackResponse CreateStack(
	CreateStackRequest createStackRequest
)
Parameters
createStackRequest (CreateStackRequest)
Container for the necessary parameters to execute the CreateStack service method on AmazonCloudFormation.
Return Value
The response from the CreateStack service method, as returned by AmazonCloudFormation.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)