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

CreateReadinessCheckRequest

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

§Properties

§
ReadinessCheckName: string
[src]

The name of the readiness check to create.

§
ResourceSetName: string
[src]

The name of the resource set to check.

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