Class RumRateLimitConfigUpdateAttributes

The RUM rate limit configuration properties to create or update.

Hierarchy

  • RumRateLimitConfigUpdateAttributes

Constructors

Properties

The configuration used when mode is adaptive.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The configuration used when mode is custom.

The rate limit mode. custom enforces a fixed session limit, while adaptive dynamically adjusts retention.

Generated using TypeDoc