Temporary Resource Limits Config Args
    data class TemporaryResourceLimitsConfigArgs(val maxInflightMessages: Output<Int>, val maxInflightPatches: Output<Int>, val maxInflightPatchesPerClient: Output<Int>, val maxMessageExpirySecs: Output<Double>? = null, val maxQueuedMessages: Output<Double>, val maxQueuedQos0Messages: Output<Double>, val maxSessionExpirySecs: Output<Double>) : ConvertibleToJava<TemporaryResourceLimitsConfigArgs> 
Internal knobs of Resource Limits for FE and BE
Constructors
Link copied to clipboard
                fun TemporaryResourceLimitsConfigArgs(maxInflightMessages: Output<Int>, maxInflightPatches: Output<Int>, maxInflightPatchesPerClient: Output<Int>, maxMessageExpirySecs: Output<Double>? = null, maxQueuedMessages: Output<Double>, maxQueuedQos0Messages: Output<Double>, maxSessionExpirySecs: Output<Double>)