Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResolverRuleConfig

import type { ResolverRuleConfig } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";

In an UpdateResolverRule request, information about the changes that you want to make.

interface ResolverRuleConfig {
Name?: string | null;
ResolverEndpointId?: string | null;
TargetIps?: TargetAddress[] | null;
}

§Properties

§
Name?: string | null
[src]

The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.

§
ResolverEndpointId?: string | null
[src]

The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps.

§
TargetIps?: TargetAddress[] | null
[src]

For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.