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

VpcDNSTarget

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

DNS Target record for a custom domain of this Amazon VPC.

interface VpcDNSTarget {
DomainName?: string | null;
VpcId?: string | null;
VpcIngressConnectionArn?: string | null;
}

§Properties

§
DomainName?: string | null
[src]

The domain name of your target DNS that is associated with the Amazon VPC.

§
VpcId?: string | null
[src]

The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.

§
VpcIngressConnectionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.