route53resolver:CreateResolverEndpoint

Write

route53resolver:CreateResolverEndpoint is a Write access-level action in the route53resolver service. Grants permission to create a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound

Resource types

ARNs that route53resolver:CreateResolverEndpoint can be scoped to in an IAM policy.

arn:${Partition}:route53resolver:${Region}:${Account}:resolver-endpoint/${ResourceId}
resolver-endpoint

Condition keys

Keys you can use in the Condition block of a policy that grants route53resolver:CreateResolverEndpoint.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs attached to the resource

Dependent actions

To use route53resolver:CreateResolverEndpoint you may also need to grant:

Example IAM policy

A minimal policy that allows route53resolver:CreateResolverEndpoint. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRoute53resolverCreateResolverEndpoint",
      "Effect": "Allow",
      "Action": "route53resolver:CreateResolverEndpoint",
      "Resource": "*"
    }
  ]
}

Related actions in route53resolver

View all route53resolver actions →