statefulDefaultActions

@JvmName(name = "bsbgwmtggosnulon")
suspend fun statefulDefaultActions(value: Output<List<String>>)
@JvmName(name = "kspyniejstnajnnc")
suspend fun statefulDefaultActions(value: List<String>?)

Parameters

value

The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order. Valid values of the stateful default action:

  • aws:drop_strict

  • aws:drop_established

  • aws:alert_strict

  • aws:alert_established For more information, see Strict evaluation order in the AWS Network Firewall Developer Guide .


@JvmName(name = "fwrftasfpguqcsty")
suspend fun statefulDefaultActions(vararg values: Output<String>)


@JvmName(name = "mcndfcsrlnemgyye")
suspend fun statefulDefaultActions(values: List<Output<String>>)
@JvmName(name = "uelbvutotmpyevle")
suspend fun statefulDefaultActions(vararg values: String)

Parameters

values

The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order. Valid values of the stateful default action:

  • aws:drop_strict

  • aws:drop_established

  • aws:alert_strict

  • aws:alert_established For more information, see Strict evaluation order in the AWS Network Firewall Developer Guide .