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

ClusterSnapshotInList

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

A list of Elastic DocumentDB snapshots.

interface ClusterSnapshotInList {
clusterArn: string;
snapshotArn: string;
snapshotCreationTime: string;
snapshotName: string;
status: Status;
}

§Properties

§
clusterArn: string
[src]

The arn of the Elastic DocumentDB cluster.

§
snapshotArn: string
[src]

The arn of the Elastic DocumentDB snapshot

§
snapshotCreationTime: string
[src]

The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).

§
snapshotName: string
[src]

The name of the Elastic DocumentDB snapshot.

§
status: Status
[src]

The status of the Elastic DocumentDB snapshot.