Hierarchy

  • ResolverRuleProps

Properties

domainName: string

DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps.

kmsKey?: IKey

Custom resource lambda log group encryption key

logRetentionInDays?: number

Custom resource lambda log retention in days

name: string

The name for the Resolver rule.

resolverEndpointId?: string

The ID of the endpoint that the rule is associated with.

ruleType?: string

The type of resolver rule: FORWARD, RECURSIVE, or SYSTEM.

Default

FORWARD

tags?: CfnTag[]

A list of CloudFormation tags.

targetInbound?: string

Choose to target an inbound resolver endpoint for name resolution.

targetIps?: TargetAddressProperty[]

An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.

Generated using TypeDoc