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

CreateClusterSnapshotInput

import type { CreateClusterSnapshotInput } from "https://aws-api.deno.dev/v0.4/services/docdbelastic.ts?docs=full";
interface CreateClusterSnapshotInput {
clusterArn: string;
snapshotName: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clusterArn: string
[src]

The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.

§
snapshotName: string
[src]

The name of the Elastic DocumentDB snapshot.

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

The tags to be assigned to the new Elastic DocumentDB snapshot.