Update Stack
GET {{aws_cloudformation_base_url}}/?Capabilities.member.N&ClientRequestToken&NotificationARNs.member.N&Parameters.member.N&ResourceTypes.member.N&RoleARN&RollbackConfiguration&StackName&StackPolicyBody&StackPolicyDuringUpdateBody&StackPolicyDuringUpdateURL&StackPolicyURL&Tags.member.N&TemplateBody&TemplateURL&UsePreviousTemplate&Action=UpdateStack
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Capabilities.member.N | null | In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack. | |
ClientRequestToken | null | A unique identifier for this UpdateStack request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to update a stack with the same name. You might retry UpdateStack requests to ensure that AWS CloudFormation successfully received them. | |
NotificationARNs.member.N | null | 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.member.N | null | A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type. | |
ResourceTypes.member.N | null | The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. | |
RoleARN | null | The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege. | |
RollbackConfiguration | null | The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards. | |
StackName | null | The name or unique stack ID of the stack to update. | |
StackPolicyBody | null | Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both. | |
StackPolicyDuringUpdateBody | null | Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both. | |
StackPolicyDuringUpdateURL | null | 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 StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both. | |
StackPolicyURL | null | 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 StackPolicyBody or the StackPolicyURL parameter, but not both. | |
Tags.member.N | null | 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 50 tags. | |
TemplateBody | null | 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.) | |
TemplateURL | null | 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. | |
UsePreviousTemplate | null | Reuse the existing template that is associated with the stack that you are updating. | |
Action | string |