Waf Rule Condition Args
data class WafRuleConditionArgs(val key: Output<String>, val opValue: Output<String>, val subKey: Output<String>? = null, val values: Output<String>? = null) : ConvertibleToJava<WafRuleConditionArgs>
Constructors
Link copied to clipboard
fun WafRuleConditionArgs(key: Output<String>, opValue: Output<String>, subKey: Output<String>? = null, values: Output<String>? = null)