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