GetWafPackagesPlainArgs

data class GetWafPackagesPlainArgs(val filter: GetWafPackagesFilter? = null, val zoneId: String) : ConvertibleToJava<GetWafPackagesPlainArgs>

A collection of arguments for invoking getWafPackages.

Constructors

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

Properties

Link copied to clipboard

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

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

Functions

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