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

UpdateClusterInput

import type { UpdateClusterInput } from "https://aws-api.deno.dev/v0.4/services/docdbelastic.ts?docs=full";
interface UpdateClusterInput {
adminUserPassword?: string | null;
authType?: Auth | null;
clientToken?: string | null;
clusterArn: string;
preferredMaintenanceWindow?: string | null;
shardCapacity?: number | null;
shardCount?: number | null;
subnetIds?: string[] | null;
vpcSecurityGroupIds?: string[] | null;
}

§Properties

§
adminUserPassword?: string | null
[src]

The password for the Elastic DocumentDB cluster administrator. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@).

Constraints: Must contain from 8 to 100 characters.

§
authType?: Auth | null
[src]

The authentication type for the Elastic DocumentDB cluster.

§
clientToken?: string | null
[src]

The client token for the Elastic DocumentDB cluster.

§
clusterArn: string
[src]

The arn of the Elastic DocumentDB cluster.

§
preferredMaintenanceWindow?: string | null
[src]

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

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

Default: a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.

Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

§
shardCapacity?: number | null
[src]

The capacity of each shard in the Elastic DocumentDB cluster.

§
shardCount?: number | null
[src]

The number of shards to create in the Elastic DocumentDB cluster.

§
subnetIds?: string[] | null
[src]

The number of shards to create in the Elastic DocumentDB cluster.

§
vpcSecurityGroupIds?: string[] | null
[src]

A list of EC2 VPC security groups to associate with the new Elastic DocumentDB cluster.