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

DBClusterCapacityInfo

import type { DBClusterCapacityInfo } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface DBClusterCapacityInfo {
CurrentCapacity?: number | null;
DBClusterIdentifier?: string | null;
PendingCapacity?: number | null;
SecondsBeforeTimeout?: number | null;
TimeoutAction?: string | null;
}

§Properties

§
CurrentCapacity?: number | null
[src]

The current capacity of the DB cluster.

§
DBClusterIdentifier?: string | null
[src]

A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

§
PendingCapacity?: number | null
[src]

A value that specifies the capacity that the DB cluster scales to next.

§
SecondsBeforeTimeout?: number | null
[src]

The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.

§
TimeoutAction?: string | null
[src]

The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.