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

ClusterListEntry

import type { ClusterListEntry } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

Contains a cluster's state, a cluster's ID, and other important information.

interface ClusterListEntry {
ClusterId?: string | null;
ClusterState?: ClusterState | null;
CreationDate?: Date | number | null;
Description?: string | null;
}

§Properties

§
ClusterId?: string | null
[src]

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

§
ClusterState?: ClusterState | null
[src]

The current state of this cluster. For information about the state of a specific node, see "JobListEntry$JobState".

§
CreationDate?: Date | number | null
[src]

The creation date for this cluster.

§
Description?: string | null
[src]

Defines an optional description of the cluster, for example Environmental Data Cluster-01.