Rule Group Rule Option Args
data class RuleGroupRuleOptionArgs(val keyword: Output<String>, val settings: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupRuleOptionArgs>
Properties
Link copied to clipboard
The Suricata rule option keywords. For Network Firewall , the keyword signature ID (sid) is required in the format sid:112233
. The sid must be unique within the rule group. For information about Suricata rule option keywords, see Rule options .
Link copied to clipboard
The Suricata rule option settings. Settings have zero or more values, and the number of possible settings and required settings depends on the keyword. The format for Settings is number
. For information about Suricata rule option settings, see Rule options .