C# Class Amazon.CloudFormation.Model.CreateStackRequest

Container for the parameters to the CreateStack operation.

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.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCapabilities ( ) : bool
IsSetDisableRollback ( ) : bool
IsSetNotificationARNs ( ) : bool
IsSetOnFailure ( ) : bool
IsSetParameters ( ) : bool
IsSetResourceTypes ( ) : bool
IsSetRoleARN ( ) : bool
IsSetStackName ( ) : bool
IsSetStackPolicyBody ( ) : bool
IsSetStackPolicyURL ( ) : bool
IsSetTags ( ) : bool
IsSetTemplateBody ( ) : bool
IsSetTemplateURL ( ) : bool
IsSetTimeoutInMinutes ( ) : bool