statefulDefaultActions

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

Parameters

value

Set of actions to take on a packet if it does not match any stateful rules in the policy. This can only be specified if the policy has a stateful_engine_options block with a rule_order value of STRICT_ORDER. You can specify one of either or neither values of aws:drop_strict or aws:drop_established, as well as any combination of aws:alert_strict and aws:alert_established.


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


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

Parameters

values

Set of actions to take on a packet if it does not match any stateful rules in the policy. This can only be specified if the policy has a stateful_engine_options block with a rule_order value of STRICT_ORDER. You can specify one of either or neither values of aws:drop_strict or aws:drop_established, as well as any combination of aws:alert_strict and aws:alert_established.