Class CfnFirewallPolicy.FlowTimeoutsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.FlowTimeoutsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallPolicy.FlowTimeoutsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallPolicy.FlowTimeoutsProperty
@Stability(Stable)
@Internal
public static final class CfnFirewallPolicy.FlowTimeoutsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFirewallPolicy.FlowTimeoutsProperty
An implementation for
CfnFirewallPolicy.FlowTimeoutsProperty
-
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.CfnFirewallPolicy.FlowTimeoutsProperty
CfnFirewallPolicy.FlowTimeoutsProperty.Builder, CfnFirewallPolicy.FlowTimeoutsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFirewallPolicy.FlowTimeoutsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnFirewallPolicy.FlowTimeoutsProperty.Builder
.
-
-
Method Details
-
getTcpIdleTimeoutSeconds
Description copied from interface:CfnFirewallPolicy.FlowTimeoutsProperty
The number of seconds that can pass without any TCP traffic sent through the firewall before the firewall determines that the connection is idle.After the idle timeout passes, data packets are dropped, however, the next TCP SYN packet is considered a new flow and is processed by the firewall. Clients or targets can use TCP keepalive packets to reset the idle timeout.
You can define the
TcpIdleTimeoutSeconds
value to be between 60 and 6000 seconds. If no value is provided, it defaults to 350 seconds.- Specified by:
getTcpIdleTimeoutSeconds
in interfaceCfnFirewallPolicy.FlowTimeoutsProperty
- 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()
-