GetWafGroupsResult

data class GetWafGroupsResult(val filter: GetWafGroupsFilter? = null, val groups: List<GetWafGroupsGroup>, val id: String, val packageId: String? = null, val zoneId: String)

A collection of values returned by getWafGroups.

Constructors

Link copied to clipboard
constructor(filter: GetWafGroupsFilter? = null, groups: List<GetWafGroupsGroup>, id: String, packageId: String? = null, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

A map of WAF Rule Groups details. Full list below:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val packageId: String? = null

The ID of the WAF Rule Package that contains the WAF Rule Group

Link copied to clipboard