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

ClusterInList

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

A list of Elastic DocumentDB cluster.

interface ClusterInList {
clusterArn: string;
clusterName: string;
status: Status;
}

§Properties

§
clusterArn: string
[src]

The arn of the Elastic DocumentDB cluster.

§
clusterName: string
[src]

The name of the Elastic DocumentDB cluster.

§
status: Status
[src]

The status of the Elastic DocumentDB cluster.