GetWafRulesResult

data class GetWafRulesResult(val filter: GetWafRulesFilter? = null, val id: String, val packageId: String? = null, val rules: List<GetWafRulesRule>, val zoneId: String)

A collection of values returned by getWafRules.

Constructors

Link copied to clipboard
constructor(filter: GetWafRulesFilter? = null, id: String, packageId: String? = null, rules: List<GetWafRulesRule>, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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

Link copied to clipboard

A map of WAF Rules details. Full list below:

Link copied to clipboard