Class CfnRuleGroup.RulesSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.RulesSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.RulesSourceProperty
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 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.Returns union: either
IResolvableorCfnRuleGroup.RulesSourceListProperty- Specified by:
getRulesSourceListin interfaceCfnRuleGroup.RulesSourceProperty- See Also:
-
getRulesString
Description copied from interface:CfnRuleGroup.RulesSourcePropertyStateful 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.
You can't use the
prioritykeyword if theRuleOrderoption in StatefulRuleOptions is set toSTRICT_ORDER.- Specified by:
getRulesStringin interfaceCfnRuleGroup.RulesSourceProperty- See Also:
-
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 .Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRuleGroup.StatefulRuleProperty>- Specified by:
getStatefulRulesin interfaceCfnRuleGroup.RulesSourceProperty- See Also:
-
getStatelessRulesAndCustomActions
Description copied from interface:CfnRuleGroup.RulesSourcePropertyStateless inspection criteria to be used in a stateless rule group.Returns union: either
IResolvableorCfnRuleGroup.StatelessRulesAndCustomActionsProperty- Specified by:
getStatelessRulesAndCustomActionsin interfaceCfnRuleGroup.RulesSourceProperty- See Also:
-
$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()
-