Type Alias ThrottlingResource

The rules and setup for throttling

type ThrottlingResource = {
    capacity?: number;
    initialTokenCount?: number;
    recurrenceRule?: string;
    referenceTimestamp?: string;
    replenishRate?: number;
    timezone?: string;
}
Index

Properties

capacity?: number

the maximum number of tokens that the bucket can contain

initialTokenCount?: number
recurrenceRule?: string
referenceTimestamp?: string
replenishRate?: number
timezone?: string