statefulDefaultActions

@JvmName(name = "jglvsktpdtxsnqdx")
suspend fun statefulDefaultActions(value: Output<List<String>>)
@JvmName(name = "rsvnqdfddhnttrte")
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 = "oekplseldhgxdpnm")
suspend fun statefulDefaultActions(vararg values: Output<String>)


@JvmName(name = "lytygtgfiqygruss")
suspend fun statefulDefaultActions(values: List<Output<String>>)
@JvmName(name = "ojjwmjtglbmxtaaa")
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 .