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

DNSTargetResource

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

A component for DNS/routing control readiness checks and architecture checks.

interface DNSTargetResource {
DomainName?: string | null;
HostedZoneArn?: string | null;
RecordSetId?: string | null;
RecordType?: string | null;
TargetResource?: TargetResource | null;
}

§Properties

§
DomainName?: string | null
[src]

The domain name that acts as an ingress point to a portion of the customer application.

§
HostedZoneArn?: string | null
[src]

The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.

§
RecordSetId?: string | null
[src]

The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.

§
RecordType?: string | null
[src]

The type of DNS record of the target resource.

§
TargetResource?: TargetResource | null
[src]

The target resource of the DNS target resource.