arc-region-switch:ListRoute53HealthChecksInRegion

List

arc-region-switch:ListRoute53HealthChecksInRegion is a List access-level action in the arc-region-switch service. Grants permission to list Route 53 health checks in a specific AWS Region using the Region switch Regional data plane

Resource types

ARNs that arc-region-switch:ListRoute53HealthChecksInRegion can be scoped to in an IAM policy.

arn:${Partition}:arc-region-switch::${Account}:plan/${ResourceId}
plan

Condition keys

Keys you can use in the Condition block of a policy that grants arc-region-switch:ListRoute53HealthChecksInRegion.

aws:ResourceTag/${TagKey} String

Filters access by a tag's key and value in a request

Example IAM policy

A minimal policy that allows arc-region-switch:ListRoute53HealthChecksInRegion. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowArcregionswitchListRoute53HealthChecksInRegion",
      "Effect": "Allow",
      "Action": "arc-region-switch:ListRoute53HealthChecksInRegion",
      "Resource": "*"
    }
  ]
}

Related actions in arc-region-switch

View all arc-region-switch actions →