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

RecoveryGroupOutput

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

A representation of the application, typically containing multiple cells.

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

§Properties

§
Cells: string[]
[src]

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

§
RecoveryGroupArn: string
[src]

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

§
RecoveryGroupName: string
[src]

The name of the recovery group.

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

The tags associated with the recovery group.