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

ServerlessV2ScalingConfigurationInfo

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

Shows the scaling configuration for an Aurora Serverless v2 DB cluster.

For more information, see Using Amazon Aurora Serverless v2 in the Amazon Aurora User Guide.

interface ServerlessV2ScalingConfigurationInfo {
MaxCapacity?: number | null;
MinCapacity?: number | null;
}

§Properties

§
MaxCapacity?: number | null
[src]

The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.

§
MinCapacity?: number | null
[src]

The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.