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

ResourceResult

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

The result of a successful Resource request, with status for an individual resource.

interface ResourceResult {
ComponentId?: string | null;
LastCheckedTimestamp: Date | number;
Readiness: Readiness;
ResourceArn?: string | null;
}

§Properties

§
ComponentId?: string | null
[src]

The component id of the resource.

§
LastCheckedTimestamp: Date | number
[src]

The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.

§
Readiness: Readiness
[src]

The readiness of a resource.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.