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

PrivateDnsNameConfiguration

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

Information about the private DNS name for the service endpoint. For more information about these parameters, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.

interface PrivateDnsNameConfiguration {
Name?: string | null;
State?: DnsNameState | null;
Type?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

§
State?: DnsNameState | null
[src]

The verification state of the VPC endpoint service.

Consumers of the endpoint service can use the private name only when the state is verified.

§
Type?: string | null
[src]

The endpoint service verification type, for example TXT.

§
Value?: string | null
[src]

The value the service provider adds to the private DNS name domain record before verification.