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.3/services/route53recoveryreadiness.ts?docs=full";

A Cell and its properties

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

§Properties

§
CellArn: string
[src]

The arn for the Cell

§
CellName: string
[src]

The name of the Cell

§
Cells: string[]
[src]

A list of Cell arns

§
ParentReadinessScopes: string[]
[src]

A list of Cell ARNs and/or RecoveryGroup ARNs

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