ThrottlingRuleArgs

data class ThrottlingRuleArgs(val action: Output<String>, val metrics: Output<List<ThrottlingMetricArgs>>, val requiredFeatures: Output<List<String>>? = null) : ConvertibleToJava<ThrottlingRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<String>, metrics: Output<List<ThrottlingMetricArgs>>, requiredFeatures: Output<List<String>>? = null)

Properties

Link copied to clipboard
val action: Output<String>
Link copied to clipboard
Link copied to clipboard
val requiredFeatures: Output<List<String>>? = null

Functions

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