AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
To get a copy of the template for an existing stack, you can use the GetTemplate action.
For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class UpdateStackRequest : AmazonCloudFormationRequest IRequestEvents
The UpdateStackRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateStackRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Capabilities | System.Collections.Generic.List<System.String> |
Gets and sets the property Capabilities.
A list of capabilities that you must specify before AWS CloudFormation can create
or update certain stacks. Some stack templates might include resources that can affect
permissions in your AWS account. For those stacks, you must explicitly acknowledge
their capabilities by specifying this parameter. Currently, the only valid value is
|
![]() |
NotificationARNs | System.Collections.Generic.List<System.String> |
Gets and sets the property NotificationARNs.
Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics. |
![]() |
Parameters | System.Collections.Generic.List<Amazon.CloudFormation.Model.Parameter> |
Gets and sets the property Parameters.
A list of |
![]() |
ResourceTypes | System.Collections.Generic.List<System.String> |
Gets and sets the property ResourceTypes.
The template resource types that you have permissions to work with for this update
stack action, such as If the list of resource types doesn't include a resource that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management. |
![]() |
StackName | System.String |
Gets and sets the property StackName.
The name or unique stack ID of the stack to update. |
![]() |
StackPolicyBody | System.String |
Gets and sets the property StackPolicyBody.
Structure containing a new stack policy body. You can specify either the You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged. |
![]() |
StackPolicyDuringUpdateBody | System.String |
Gets and sets the property StackPolicyDuringUpdateBody.
Structure containing the temporary overriding stack policy body. You can specify either
the If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used. |
![]() |
StackPolicyDuringUpdateURL | System.String |
Gets and sets the property StackPolicyDuringUpdateURL.
Location of a file containing the temporary overriding stack policy. The URL must
point to a policy (max size: 16KB) located in an S3 bucket in the same region as the
stack. You can specify either the If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used. |
![]() |
StackPolicyURL | System.String |
Gets and sets the property StackPolicyURL.
Location of a file containing the updated stack policy. The URL must point to a policy
(max size: 16KB) located in an S3 bucket in the same region as the stack. You can
specify either the You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged. |
![]() |
Tags | System.Collections.Generic.List<Amazon.CloudFormation.Model.Tag> |
Gets and sets the property Tags.
Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags. If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags. |
![]() |
TemplateBody | System.String |
Gets and sets the property TemplateBody.
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
Conditional: You must specify either the |
![]() |
TemplateURL | System.String |
Gets and sets the property TemplateURL.
Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify either the |
![]() |
UsePreviousTemplate | System.Boolean |
Gets and sets the property UsePreviousTemplate.
Reuse the existing template that is associated with the stack that you are updating. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1