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

Cluster

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

Returns information about a specific Elastic DocumentDB cluster.

interface Cluster {
adminUserName: string;
authType: Auth;
clusterArn: string;
clusterEndpoint: string;
clusterName: string;
createTime: string;
kmsKeyId: string;
preferredMaintenanceWindow: string;
shardCapacity: number;
shardCount: number;
status: Status;
subnetIds: string[];
vpcSecurityGroupIds: string[];
}

§Properties

§
adminUserName: string
[src]

The name of the Elastic DocumentDB cluster administrator.

§
authType: Auth
[src]

The authentication type for the Elastic DocumentDB cluster.

§
clusterArn: string
[src]

The arn of the Elastic DocumentDB cluster.

§
clusterEndpoint: string
[src]

The URL used to connect to the Elastic DocumentDB cluster.

§
clusterName: string
[src]

The name of the Elastic DocumentDB cluster.

§
createTime: 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.

§
preferredMaintenanceWindow: string
[src]

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

§
shardCapacity: number
[src]

The capacity of each shard in the Elastic DocumentDB cluster.

§
shardCount: number
[src]

The number of shards in the Elastic DocumentDB cluster.

§
status: Status
[src]

The status of the Elastic DocumentDB cluster.

§
subnetIds: string[]
[src]

The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.

§
vpcSecurityGroupIds: string[]
[src]

A list of EC2 VPC security groups associated with this cluster.