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

A resource used for checking the readiness of a Resource Set

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

§Properties

§
ReadinessCheckArn: string
[src]

Arn associated with ReadinessCheck

§
ReadinessCheckName?: string | null
[src]

Name for a ReadinessCheck

§
ResourceSet: string
[src]

Name of the ResourceSet to be checked

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