GetSubscribedRuleGroupPlainArgs

data class GetSubscribedRuleGroupPlainArgs(val metricName: String? = null, val name: String? = null) : ConvertibleToJava<GetSubscribedRuleGroupPlainArgs>

A collection of arguments for invoking getSubscribedRuleGroup.

Constructors

Link copied to clipboard
fun GetSubscribedRuleGroupPlainArgs(metricName: String? = null, name: String? = null)

Functions

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

Properties

Link copied to clipboard
val metricName: String? = null

Name of the WAF rule group.

Link copied to clipboard
val name: String? = null

Name of the WAF rule group.