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

KeyDatatypeRequiredDescription
Capabilities.member.NnullIn some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.
ClientRequestTokennullA 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.NnullAmazon 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.NnullA list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.
ResourceTypes.member.NnullThe 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.
RoleARNnullThe 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.
RollbackConfigurationnullThe rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
StackNamenullThe name or unique stack ID of the stack to update.
StackPolicyBodynullStructure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.
StackPolicyDuringUpdateBodynullStructure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.
StackPolicyDuringUpdateURLnullLocation 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.
StackPolicyURLnullLocation 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.NnullKey-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.
TemplateBodynullStructure 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.)
TemplateURLnullLocation 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.
UsePreviousTemplatenullReuse the existing template that is associated with the stack that you are updating.
Actionstring