Class CfnRuleGroup.RulesSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RulesSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.RulesSourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRuleGroup.RulesSourceProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.RulesSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.RulesSourceProperty
An implementation for
CfnRuleGroup.RulesSourceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RulesSourceProperty
CfnRuleGroup.RulesSourceProperty.Builder, CfnRuleGroup.RulesSourceProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.RulesSourceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Stateful inspection criteria for a domain list rule group.final String
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.final Object
An array of individual stateful rules inspection criteria to be used together in a stateful rule group.final Object
Stateless inspection criteria to be used in a stateless rule group.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.RulesSourceProperty.Builder
.
-
-
Method Details
-
getRulesSourceList
Description copied from interface:CfnRuleGroup.RulesSourceProperty
Stateful inspection criteria for a domain list rule group.- Specified by:
getRulesSourceList
in interfaceCfnRuleGroup.RulesSourceProperty
-
getRulesString
Description copied from interface:CfnRuleGroup.RulesSourceProperty
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.
- Specified by:
getRulesString
in interfaceCfnRuleGroup.RulesSourceProperty
-
getStatefulRules
Description copied from interface:CfnRuleGroup.RulesSourceProperty
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 .- Specified by:
getStatefulRules
in interfaceCfnRuleGroup.RulesSourceProperty
-
getStatelessRulesAndCustomActions
Description copied from interface:CfnRuleGroup.RulesSourceProperty
Stateless inspection criteria to be used in a stateless rule group.- Specified by:
getStatelessRulesAndCustomActions
in interfaceCfnRuleGroup.RulesSourceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-