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

CreateReadinessCheckResponse

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

§Properties

§
ReadinessCheckArn?: string | null
[src]

Arn associated with ReadinessCheck

§
ReadinessCheckName?: string | null
[src]

Name for a ReadinessCheck

§
ResourceSet?: string | null
[src]

Name of the ResourceSet to be checked

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