codedeploy:ContinueDeployment is a Write access-level action in the codedeploy service. Grants permission to start the process of rerouting traffic from instances in the original environment to instances in thereplacement environment without waiting for a specified wait time to elapse
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows codedeploy:ContinueDeployment. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCodedeployContinueDeployment",
"Effect": "Allow",
"Action": "codedeploy:ContinueDeployment",
"Resource": "*"
}
]
}