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.3/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 Cell arns

§
RecoveryGroupArn?: string | null
[src]

The arn for the RecoveryGroup

§
RecoveryGroupName?: string | null
[src]

The name of the RecoveryGroup

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