statefulDefaultActions

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


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