FirewallPolicyFirewallPolicyStatefulEngineOptionsArgs

data class FirewallPolicyFirewallPolicyStatefulEngineOptionsArgs(val flowTimeouts: Output<FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeoutsArgs>? = null, val ruleOrder: Output<String>? = null, val streamExceptionPolicy: Output<String>? = null) : ConvertibleToJava<FirewallPolicyFirewallPolicyStatefulEngineOptionsArgs>

Constructors

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
val ruleOrder: Output<String>? = null

Indicates how to manage the order of stateful rule evaluation for the policy. Default value: DEFAULT_ACTION_ORDER. Valid values: DEFAULT_ACTION_ORDER, STRICT_ORDER.

Link copied to clipboard
val streamExceptionPolicy: Output<String>? = null

Describes how to treat traffic which has broken midstream. Default value: DROP. Valid values: DROP, CONTINUE, REJECT.

Functions

Link copied to clipboard
open override fun toJava(): FirewallPolicyFirewallPolicyStatefulEngineOptionsArgs