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

ResolverDnssecConfig

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

A complex type that contains information about a configuration for DNSSEC validation.

interface ResolverDnssecConfig {
Id?: string | null;
OwnerId?: string | null;
ResourceId?: string | null;
ValidationStatus?: ResolverDNSSECValidationStatus | null;
}

§Properties

§
Id?: string | null
[src]

The ID for a configuration for DNSSEC validation.

§
OwnerId?: string | null
[src]

The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.

§
ResourceId?: string | null
[src]

The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.

§
ValidationStatus?: ResolverDNSSECValidationStatus | null
[src]

The validation status for a DNSSEC configuration. The status can be one of the following:

  • ENABLING: DNSSEC validation is being enabled but is not complete.
  • ENABLED: DNSSEC validation is enabled.
  • DISABLING: DNSSEC validation is being disabled but is not complete.
  • DISABLED DNSSEC validation is disabled.