Class CfnRuleGroup.StatefulRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.StatefulRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.StatefulRuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.StatefulRuleProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.StatefulRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.StatefulRuleProperty
An implementation for
CfnRuleGroup.StatefulRuleProperty
-
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.StatefulRuleProperty
CfnRuleGroup.StatefulRuleProperty.Builder, CfnRuleGroup.StatefulRuleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.StatefulRuleProperty.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 String
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.final Object
The stateful inspection criteria for this rule, used to inspect traffic flows.final Object
Additional settings for a stateful rule, provided as keywords and settings.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.StatefulRuleProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnRuleGroup.StatefulRuleProperty
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.For all actions, Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow.
The actions for a stateful rule are defined as follows:
- PASS - Permits the packets to go to the intended destination.
- DROP - Blocks the packets from going to the intended destination and sends an alert log message, if alert logging is configured in the
Firewall
LoggingConfiguration
. - REJECT - Drops traffic that matches the conditions of the stateful rule and sends a TCP reset packet back to sender of the packet. A TCP reset packet is a packet with no payload and a
RST
bit contained in the TCP header flags.REJECT
is available only for TCP traffic. - ALERT - Permits the packets to go to the intended destination and sends an alert log message, if alert logging is configured in the
Firewall
LoggingConfiguration
.
You can use this action to test a rule that you intend to use to drop traffic. You can enable the rule with
ALERT
action, verify in the logs that the rule is filtering as you want, then change the action toDROP
.- REJECT - Drops TCP traffic that matches the conditions of the stateful rule, and sends a TCP reset packet back to sender of the packet. A TCP reset packet is a packet with no payload and a
RST
bit contained in the TCP header flags. Also sends an alert log mesage if alert logging is configured in theFirewall
LoggingConfiguration
.
REJECT
isn't currently available for use with IMAP and FTP protocols.- Specified by:
getAction
in interfaceCfnRuleGroup.StatefulRuleProperty
- See Also:
-
getHeader
Description copied from interface:CfnRuleGroup.StatefulRuleProperty
The stateful inspection criteria for this rule, used to inspect traffic flows.- Specified by:
getHeader
in interfaceCfnRuleGroup.StatefulRuleProperty
- See Also:
-
getRuleOptions
Description copied from interface:CfnRuleGroup.StatefulRuleProperty
Additional settings for a stateful rule, provided as keywords and settings.- Specified by:
getRuleOptions
in interfaceCfnRuleGroup.StatefulRuleProperty
- See Also:
-
$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()
-