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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RulesSourceProperty
CfnRuleGroup.RulesSourceProperty.Builder, CfnRuleGroup.RulesSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.RulesSourceProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectStateful inspection criteria for a domain list rule group.final StringStateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.final ObjectAn array of individual stateful rules inspection criteria to be used together in a stateful rule group.final ObjectStateless inspection criteria to be used in a stateless rule group.final inthashCode()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.RulesSourcePropertyStateful inspection criteria for a domain list rule group.- Specified by:
getRulesSourceListin interfaceCfnRuleGroup.RulesSourceProperty
-
getRulesString
Description copied from interface:CfnRuleGroup.RulesSourcePropertyStateful 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:
getRulesStringin interfaceCfnRuleGroup.RulesSourceProperty
-
getStatefulRules
Description copied from interface:CfnRuleGroup.RulesSourcePropertyAn 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
Rulesformat, see Rules Format .- Specified by:
getStatefulRulesin interfaceCfnRuleGroup.RulesSourceProperty
-
getStatelessRulesAndCustomActions
Description copied from interface:CfnRuleGroup.RulesSourcePropertyStateless inspection criteria to be used in a stateless rule group.- Specified by:
getStatelessRulesAndCustomActionsin interfaceCfnRuleGroup.RulesSourceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-