@Stability(value=Stable) public static final class CfnRuleGroup.RulesSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.RulesSourceProperty>
CfnRuleGroup.RulesSourceProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty.Builder rulesSourceList(IResolvable rulesSourceList)
CfnRuleGroup.RulesSourceProperty.getRulesSourceList()rulesSourceList - Stateful inspection criteria for a domain list rule group.this@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty.Builder rulesSourceList(CfnRuleGroup.RulesSourceListProperty rulesSourceList)
CfnRuleGroup.RulesSourceProperty.getRulesSourceList()rulesSourceList - Stateful inspection criteria for a domain list rule group.this@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty.Builder rulesString(String rulesString)
CfnRuleGroup.RulesSourceProperty.getRulesString()rulesString - Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
Suricata is an open-source network IPS 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.
this@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty.Builder statefulRules(IResolvable statefulRules)
CfnRuleGroup.RulesSourceProperty.getStatefulRules()statefulRules - 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 .this@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty.Builder statefulRules(List<? extends Object> statefulRules)
CfnRuleGroup.RulesSourceProperty.getStatefulRules()statefulRules - 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 .this@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty.Builder statelessRulesAndCustomActions(IResolvable statelessRulesAndCustomActions)
CfnRuleGroup.RulesSourceProperty.getStatelessRulesAndCustomActions()statelessRulesAndCustomActions - Stateless inspection criteria to be used in a stateless rule group.this@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty.Builder statelessRulesAndCustomActions(CfnRuleGroup.StatelessRulesAndCustomActionsProperty statelessRulesAndCustomActions)
CfnRuleGroup.RulesSourceProperty.getStatelessRulesAndCustomActions()statelessRulesAndCustomActions - Stateless inspection criteria to be used in a stateless rule group.this@Stability(value=Stable) public CfnRuleGroup.RulesSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.RulesSourceProperty>CfnRuleGroup.RulesSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.