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

ModifyUsageLimitMessage

import type { ModifyUsageLimitMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface ModifyUsageLimitMessage {
Amount?: number | null;
BreachAction?: UsageLimitBreachAction | null;
UsageLimitId: string;
}

§Properties

§
Amount?: number | null
[src]

The new limit amount. For more information about this parameter, see "UsageLimit".

§
BreachAction?: UsageLimitBreachAction | null
[src]

The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see "UsageLimit".

§
UsageLimitId: string
[src]

The identifier of the usage limit to modify.