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

GetRecoveryGroupResponse

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

§Properties

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

A list of a cell's Amazon Resource Names (ARNs).

§
RecoveryGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) for the recovery group.

§
RecoveryGroupName?: string | null
[src]

The name of the recovery group.

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

The tags associated with the recovery group.