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

ServerlessV2ScalingConfiguration

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

Contains the scaling configuration of a Neptune Serverless DB cluster.

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

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

§Properties

§
MaxCapacity?: number | null
[src]

The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on.

§
MinCapacity?: number | null
[src]

The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.