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

ClusterSnapshot

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

Returns information about a specific Elastic DocumentDB snapshot.

interface ClusterSnapshot {
adminUserName: string;
clusterArn: string;
clusterCreationTime: string;
kmsKeyId: string;
snapshotArn: string;
snapshotCreationTime: string;
snapshotName: string;
status: Status;
subnetIds: string[];
vpcSecurityGroupIds: string[];
}

§Properties

§
adminUserName: string
[src]

The name of the Elastic DocumentDB cluster administrator.

§
clusterArn: string
[src]

The arn of the Elastic DocumentDB cluster.

§
clusterCreationTime: string
[src]

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

§
kmsKeyId: string
[src]

The KMS key identifier to use to encrypt 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.

§
subnetIds: string[]
[src]

A list of the IDs of subnets associated with the DB cluster snapshot.

§
vpcSecurityGroupIds: string[]
[src]

A list of the IDs of the VPC security groups associated with the cluster snapshot.