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.

C# |
public CreateStackResponse CreateStack( CreateStackRequest createStackRequest )

- createStackRequest (CreateStackRequest)
- Container for the necessary parameters to execute the CreateStack service method on AmazonCloudFormation.

The response from the CreateStack service method, as returned by AmazonCloudFormation.
