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

CellOutput

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

Information about a cell.

interface CellOutput {
CellArn: string;
CellName: string;
Cells: string[];
ParentReadinessScopes: string[];
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CellArn: string
[src]

The Amazon Resource Name (ARN) for the cell.

§
CellName: string
[src]

The name of the cell.

§
Cells: string[]
[src]

A list of cell ARNs.

§
ParentReadinessScopes: string[]
[src]

The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

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

Tags on the resources.