Firewall Policy Firewall Policy Stateful Engine Options Args
data class FirewallPolicyFirewallPolicyStatefulEngineOptionsArgs(val flowTimeouts: Output<FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeoutsArgs>? = null, val ruleOrder: Output<String>? = null, val streamExceptionPolicy: Output<String>? = null) : ConvertibleToJava<FirewallPolicyFirewallPolicyStatefulEngineOptionsArgs>
Constructors
Link copied to clipboard
constructor(flowTimeouts: Output<FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeoutsArgs>? = null, ruleOrder: Output<String>? = null, streamExceptionPolicy: Output<String>? = null)
Properties
Link copied to clipboard
Amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle.
Link copied to clipboard
Describes how to treat traffic which has broken midstream. Default value: DROP
. Valid values: DROP
, CONTINUE
, REJECT
.