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

UpdateResolverDnssecConfigRequest

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

§Properties

§
ResourceId: string
[src]

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

§
Validation: Validation
[src]

The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE or DISABLE. Be aware that it can take time for a validation status change to be completed.