RateLimitsArgs

fun RateLimitsArgs(maxBurstSize: Output<Int>? = null, maxConcurrentTasks: Output<Int>? = null, maxTasksDispatchedPerSecond: Output<Double>? = null)