statelessDefaultActions

@JvmName(name = "ultkqqnslcgesjxq")
suspend fun statelessDefaultActions(value: Output<List<String>>)
@JvmName(name = "pwslgkmoirrhiyas")
suspend fun statelessDefaultActions(value: List<String>)

Parameters

value

Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: aws:drop, aws:pass, or aws:forward_to_sfe. In addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe.


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


@JvmName(name = "vustrdfsnalgaxmn")
suspend fun statelessDefaultActions(values: List<Output<String>>)
@JvmName(name = "negrvgcjedjwaqld")
suspend fun statelessDefaultActions(vararg values: String)

Parameters

values

Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: aws:drop, aws:pass, or aws:forward_to_sfe. In addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe.