Interface PriorityLevelConfigurationSpecV1Beta2

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    PriorityLevelConfigurationSpecV1Beta2.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-28T00:25:44.190Z")
    @Stability(Stable)
    public interface PriorityLevelConfigurationSpecV1Beta2
    extends software.amazon.jsii.JsiiSerializable
    PriorityLevelConfigurationSpec specifies the configuration of a priority level.
    • Method Detail

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        type indicates whether this priority level is subject to limitation on request execution.

        A value of "Exempt" means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of "Limited" means that (a) requests of this priority level are subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.

      • getLimited

        @Stability(Stable)
        @Nullable
        default LimitedPriorityLevelConfigurationV1Beta2 getLimited()
        limited specifies how requests are handled for a Limited priority level.

        This field must be non-empty if and only if type is "Limited".