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

CreateUsageLimitMessage

import type { CreateUsageLimitMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface CreateUsageLimitMessage {
Amount: number;
BreachAction?: UsageLimitBreachAction | null;
ClusterIdentifier: string;
FeatureType: UsageLimitFeatureType;
Period?: UsageLimitPeriod | null;
Tags?: Tag[] | null;
}

§Properties

§
Amount: number
[src]

The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB). The value must be a positive number.

§
BreachAction?: UsageLimitBreachAction | null
[src]

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

§
ClusterIdentifier: string
[src]

The identifier of the cluster that you want to limit usage.

§

The Amazon Redshift feature that you want to limit.

§

The type of limit. Depending on the feature type, this can be based on a time duration or data size. If FeatureType is spectrum, then LimitType must be data-scanned. If FeatureType is concurrency-scaling, then LimitType must be time.

§
Period?: UsageLimitPeriod | null
[src]

The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

§
Tags?: Tag[] | null
[src]

A list of tag instances.