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

ResolverConfig

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

A complex type that contains information about a Resolver configuration for a VPC.

interface ResolverConfig {
AutodefinedReverse?: ResolverAutodefinedReverseStatus | null;
Id?: string | null;
OwnerId?: string | null;
ResourceId?: string | null;
}

§Properties

§
AutodefinedReverse?: ResolverAutodefinedReverseStatus | null
[src]

The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:

Status of the rules generated by VPCs based on CIDR/Region for reverse DNS resolution. The status can be one of following:

  • ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete.
  • ENABLED: Autodefined rules for reverse DNS lookups are enabled.
  • DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete.
  • DISABLED: Autodefined rules for reverse DNS lookups are disabled.
§
Id?: string | null
[src]

ID for the Resolver configuration.

§
OwnerId?: string | null
[src]

The owner account ID of the Amazon Virtual Private Cloud VPC.

§
ResourceId?: string | null
[src]

The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.