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

The Cell to create

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 arns contained within this Cell (for use in nested Cells, e.g. regions within which AZs)

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