WafRuleConditionArgs

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
constructor(key: Output<String>, opValue: Output<String>, subKey: Output<String>? = null, values: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>

The match field.

Link copied to clipboard
val opValue: Output<String>

The logical symbol.

Link copied to clipboard
val subKey: Output<String>? = null

The match subfield.

Link copied to clipboard
val values: Output<String>? = null

The match content. Separate multiple values with commas (,).

Functions

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