NetworkConfig / VpcConfig

Route 53 Resolver configuration.

Use this configuration to define local resolver endpoints and Route 53 query logging to the VPC.

vpcRoute53Resolver:
endpoints:
- name: accelerator-outbound
type: OUTBOUND
vpc: Network-Endpoints
allowedCidrs:
- 10.0.0.0/16
subnets:
- Subnet-A
- Subnet-B
rules: []
tags: []
queryLogs:
name: accelerator-query-logs
destinations:
- s3
- cloud-watch-logs
shareTargets:
organizationalUnits:
- Root
interface IVpcResolverConfig {
    endpoints?: IResolverEndpointConfig[];
    queryLogs?: IDnsQueryLogsConfig;
}

Properties

(OPTIONAL) An array of Route 53 resolver endpoint configurations.

ResolverEndpointConfig

(OPTIONAL) A Route 53 resolver DNS query logging configuration.

DnsQueryLogsConfig