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

Resource

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

The resource element of a resource set.

interface Resource {
ComponentId?: string | null;
DnsTargetResource?: DNSTargetResource | null;
ReadinessScopes?: string[] | null;
ResourceArn?: string | null;
}

§Properties

§
ComponentId?: string | null
[src]

The component identifier of the resource, generated when DNS target resource is used.

§
DnsTargetResource?: DNSTargetResource | null
[src]

The DNS target resource.

§
ReadinessScopes?: string[] | null
[src]

A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services resource.