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

UpdateUsageLimitRequest

import type { UpdateUsageLimitRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface UpdateUsageLimitRequest {
amount?: number | null;
breachAction?: UsageLimitBreachAction | null;
usageLimitId: string;
}

§Properties

§
amount?: number | null
[src]

The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.

§
breachAction?: UsageLimitBreachAction | null
[src]

The new action that Amazon Redshift Serverless takes when the limit is reached.

§
usageLimitId: string
[src]

The identifier of the usage limit to update.