statefulDefaultActions

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


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