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

GetReadinessCheckResponse

import type { GetReadinessCheckResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface GetReadinessCheckResponse {
ReadinessCheckArn?: string | null;
ReadinessCheckName?: string | null;
ResourceSet?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ReadinessCheckArn?: string | null
[src]

The Amazon Resource Name (ARN) associated with a readiness check.

§
ReadinessCheckName?: string | null
[src]

Name of a readiness check.

§
ResourceSet?: string | null
[src]

Name of the resource set to be checked.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]