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

ReadinessCheckOutput

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

A readiness check.

interface ReadinessCheckOutput {
ReadinessCheckArn: string;
ReadinessCheckName?: string | null;
ResourceSet: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ReadinessCheckArn: string
[src]

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

§
ReadinessCheckName?: string | null
[src]

Name of a readiness check.

§
ResourceSet: string
[src]

Name of the resource set to be checked.

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