C# Class Amazon.CloudFormation.Model.CreateChangeSetRequest

Container for the parameters to the CreateChangeSet operation. Creates a list of changes for a stack. AWS CloudFormation generates the change set by comparing the template's information with the information that you submit. A change set can help you understand which resources AWS CloudFormation will change, and how it will change them, before you update your stack. Change sets allow you to check before making a change to avoid deleting or replacing critical resources.

AWS CloudFormation doesn't make any changes to the stack when you create a change set. To make the specified changes, you must execute the change set by using the ExecuteChangeSet action.

After the call successfully completes, AWS CloudFormation starts creating the change set. To check the status of the change set, use the DescribeChangeSet action.

Inheritance: AmazonCloudFormationRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCapabilities ( ) : bool
IsSetChangeSetName ( ) : bool
IsSetChangeSetType ( ) : bool
IsSetClientToken ( ) : bool
IsSetDescription ( ) : bool
IsSetNotificationARNs ( ) : bool
IsSetParameters ( ) : bool
IsSetResourceTypes ( ) : bool
IsSetRoleARN ( ) : bool
IsSetStackName ( ) : bool
IsSetTags ( ) : bool
IsSetTemplateBody ( ) : bool
IsSetTemplateURL ( ) : bool
IsSetUsePreviousTemplate ( ) : bool