RuleGroupRulesSourceArgs

data class RuleGroupRulesSourceArgs(val rulesSourceList: Output<RuleGroupRulesSourceListArgs>? = null, val rulesString: Output<String>? = null, val statefulRules: Output<List<RuleGroupStatefulRuleArgs>>? = null, val statelessRulesAndCustomActions: Output<RuleGroupStatelessRulesAndCustomActionsArgs>? = null) : ConvertibleToJava<RuleGroupRulesSourceArgs>

Constructors

Link copied to clipboard
constructor(rulesSourceList: Output<RuleGroupRulesSourceListArgs>? = null, rulesString: Output<String>? = null, statefulRules: Output<List<RuleGroupStatefulRuleArgs>>? = null, statelessRulesAndCustomActions: Output<RuleGroupStatelessRulesAndCustomActionsArgs>? = null)

Properties

Link copied to clipboard

Stateful inspection criteria for a domain list rule group.

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

Stateful inspection criteria, provided in Suricata compatible rules. Suricata is an open-source threat detection framework that includes a standard rule-based language for network traffic inspection. These rules contain the inspection criteria and the action to take for traffic that matches the criteria, so this type of rule group doesn't have a separate action setting.

Link copied to clipboard

An array of individual stateful rules inspection criteria to be used together in a stateful rule group. Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata Rules format, see Rules Format .

Link copied to clipboard

Stateless inspection criteria to be used in a stateless rule group.

Functions

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