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

The resource element of a ResourceSet

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

§Properties

§
ComponentId?: string | null
[src]

The component id of the resource, generated by the service when dnsTargetResource is used

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

A list of RecoveryGroup ARNs and/or Cell ARNs that this resource is contained within.

§
ResourceArn?: string | null
[src]

The ARN of the AWS resource, can be skipped if dnsTargetResource is used