RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs

data class RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs(val keyword: Output<String>, val settings: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs>

Constructors

constructor(keyword: Output<String>, settings: Output<List<String>>? = null)

Properties

Link copied to clipboard
val keyword: Output<String>

Keyword defined by open source detection systems like Snort or Suricata for stateful rule inspection. See Snort General Rule Options or Suricata Rule Options for more details.

Link copied to clipboard
val settings: Output<List<String>>? = null

Set of strings for additional settings to use in stateful rule inspection.

Functions

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