MDAA TS Docs
    Preparing search index...

    Per-method throttling override for a single API Gateway method.

    interface MethodThrottlingConfig {
        burstLimit: number;
        rateLimit: number;
    }
    Index

    Properties

    burstLimit: number

    Burst limit (maximum concurrent requests) for this method before returning 429.

    rateLimit: number

    Steady-state request rate limit for this method, in requests per second.