data class GetWafRulesFilter(val description: String? = null, val groupId: String? = null, val mode: String? = null) : ConvertibleToJava<GetWafRulesFilter>
Mode of the WAF Rules to lookup. Valid values: one of "block", "challenge", "default", "disable", "simulate" or "on", "off" depending on the WAF Rule type.