Update Stack Set
GET {{aws_cloudformation_base_url}}/?Accounts.member.N&AdministrationRoleARN&Capabilities.member.N&Description&ExecutionRoleName&OperationId&OperationPreferences&Parameters.member.N&Regions.member.N&StackSetName&Tags.member.N&TemplateBody&TemplateURL&UsePreviousTemplate&Action=UpdateStackSet
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Accounts.member.N | null | The accounts in which to update associated stack instances. If you specify accounts, you must also specify the regions in which to update stack set instances. | |
AdministrationRoleARN | null | The Amazon Resource Number (ARN) of the IAM role to use to update this stack set. | |
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 set and its associated stack instances. | |
Description | null | A brief description of updates that you are making. | |
ExecutionRoleName | null | The name of the IAM execution role to use to update the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation. | |
OperationId | null | The unique ID for this stack set operation. | |
OperationPreferences | null | Preferences for how AWS CloudFormation performs this stack set operation. | |
Parameters.member.N | null | A list of input parameters for the stack set template. | |
Regions.member.N | null | The regions in which to update associated stack instances. If you specify regions, you must also specify accounts in which to update stack set instances. | |
StackSetName | null | The name or unique ID of the stack set that you want to update. | |
Tags.member.N | null | The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. You can specify a maximum number of 50 tags. | |
TemplateBody | null | The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, see Template Anatomy in the AWS CloudFormation User Guide. | |
TemplateURL | null | The location of the file that contains the template body. The URL must point to a template (maximum size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, see Template Anatomy in the AWS CloudFormation User Guide. | |
UsePreviousTemplate | null | Use the existing template that's associated with the stack set that you're updating. | |
Action | string |