arc-region-switch:UpdatePlanExecution is a Write access-level action in the arc-region-switch service. Grants permission to update a plan execution
ARNs that arc-region-switch:UpdatePlanExecution can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants arc-region-switch:UpdatePlanExecution.
Filters access by a tag's key and value in a request
A minimal policy that allows arc-region-switch:UpdatePlanExecution. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowArcregionswitchUpdatePlanExecution",
"Effect": "Allow",
"Action": "arc-region-switch:UpdatePlanExecution",
"Resource": "*"
}
]
}