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

CreateUsageLimitRequest

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

§Properties

§
amount: number
[src]

The 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 action that Amazon Redshift Serverless takes when the limit is reached. The default is log.

§
period?: UsageLimitPeriod | null
[src]

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

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.

§

The type of Amazon Redshift Serverless usage to create a usage limit for.