Throttling Metric Args
data class ThrottlingMetricArgs(val interval: Output<String>? = null, val limit: Output<Double>, val type: Output<Either<String, ThrottlingMetricType>>) : ConvertibleToJava<ThrottlingMetricArgs>
Constructors
Link copied to clipboard
constructor(interval: Output<String>? = null, limit: Output<Double>, type: Output<Either<String, ThrottlingMetricType>>)