GetWafRulesPlainArgs

data class GetWafRulesPlainArgs(val filter: GetWafRulesFilter? = null, val packageId: String? = null, val zoneId: String) : ConvertibleToJava<GetWafRulesPlainArgs>

A collection of arguments for invoking getWafRules.

Constructors

Link copied to clipboard
constructor(filter: GetWafRulesFilter? = null, packageId: String? = null, zoneId: String)

Properties

Link copied to clipboard

One or more values used to look up WAF Rules. If more than one value is given all values must match in order to be included, see below for full list.

Link copied to clipboard
val packageId: String? = null

The ID of the WAF Rule Package in which to search for the WAF Rules.

Link copied to clipboard

The ID of the DNS zone in which to search for the WAF Rules.

Functions

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