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

UsageLimit

import type { UsageLimit } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";
interface UsageLimit {
Amount?: number | null;
BreachAction?: UsageLimitBreachAction | null;
ClusterIdentifier?: string | null;
FeatureType?: UsageLimitFeatureType | null;
LimitType?: UsageLimitLimitType | null;
Period?: UsageLimitPeriod | null;
Tags: Tag[];
UsageLimitId?: string | null;
}

§Properties

§
Amount?: number | null
[src]
§
BreachAction?: UsageLimitBreachAction | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
FeatureType?: UsageLimitFeatureType | null
[src]
§
LimitType?: UsageLimitLimitType | null
[src]
§
Period?: UsageLimitPeriod | null
[src]
§
Tags: Tag[]
[src]
§
UsageLimitId?: string | null
[src]