ThrottlingMetricArgs

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>>)

Properties

Link copied to clipboard
val interval: Output<String>? = null
Link copied to clipboard
val limit: Output<Double>
Link copied to clipboard
val type: Output<Either<String, ThrottlingMetricType>>

Functions

Link copied to clipboard
open override fun toJava(): ThrottlingMetricArgs