GetWafGroupsPlainArgs

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

A collection of arguments for invoking getWafGroups.

Constructors

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

Properties

Link copied to clipboard

One or more values used to look up WAF Rule Groups. 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 Rule Groups.

Link copied to clipboard

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

Functions

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