Options
All
  • Public
  • Public/Protected
  • All
Menu

Route 53 resolver endpoint configuration. Used to define a resolver endpoint.

Hierarchy

  • ResolverEndpointConfig

Implements

Index

Constructors

Properties

allowedCidrs: undefined | string[] = undefined

The allowed ingress/egress CIDRs for the resolver endpoint security group.

name: string = ''

The friendly name of the resolver endpoint.

rules: undefined | ResolverRuleConfig[] = undefined

An array of friendly names of the resolver rules to associate with the endpoint.

see

ResolverRuleConfig

subnets: string[] = []

An array of friendly names for subnets to deploy the resolver endpoint to.

tags: undefined | Tag[] = undefined

An array of tags for the resolver endpoint.

type: "INBOUND" | "OUTBOUND" = 'INBOUND'

The type of resolver endpoint to deploy.

see

NetworkConfigTypes.resolverEndpointTypeEnum

vpc: string = ''

The friendly name of the VPC to deploy the resolver endpoint to.

Generated using TypeDoc