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

CreateRecoveryGroupRequest

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

The RecoveryGroup to create

interface CreateRecoveryGroupRequest {
Cells?: string[] | null;
RecoveryGroupName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Cells?: string[] | null
[src]

A list of Cell arns

§
RecoveryGroupName: string
[src]

The name of the RecoveryGroup to create

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