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

CreateCellRequest

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

§Properties

§
CellName: string
[src]

The name of the cell to create.

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

A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.

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