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.3/services/route53recoveryreadiness.ts?docs=full";

A component for DNS/Routing Control Readiness Checks

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

§Properties

§
DomainName?: string | null
[src]

The DNS Name that acts as ingress point to a portion of application

§
HostedZoneArn?: string | null
[src]

The Hosted Zone ARN that contains the DNS record with the provided name of target resource.

§
RecordSetId?: string | null
[src]

The R53 Set Id to uniquely identify a record given a Name and a Type

§
RecordType?: string | null
[src]

The Type of DNS Record of target resource

§
TargetResource?: TargetResource | null
[src]