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