Continue Update Rollback
GET {{aws_cloudformation_base_url}}/?ClientRequestToken&ResourcesToSkip.member.N&RoleARN&StackName&Action=ContinueUpdateRollback
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientRequestToken | null | A unique identifier for this ContinueUpdateRollback request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to continue the rollback to a stack with the same name. You might retry ContinueUpdateRollback requests to ensure that AWS CloudFormation successfully received them. | |
ResourcesToSkip.member.N | null | A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was cancelled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason. | |
RoleARN | null | The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back 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. | |
StackName | null | The name or the unique ID of the stack that you want to continue rolling back. | |
Action | string |