statelessDefaultActions

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

Parameters

value

The actions to take on a packet if it doesn't match any of the stateless rules in the policy. If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe . You must specify one of the standard actions: aws:pass , aws:drop , or aws:forward_to_sfe . In addition, you can specify custom actions that are compatible with your standard section choice. For example, you could specify ["aws:pass"] or you could specify ["aws:pass", "customActionName"] . For information about compatibility, see the custom action descriptions.


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


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

Parameters

values

The actions to take on a packet if it doesn't match any of the stateless rules in the policy. If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe . You must specify one of the standard actions: aws:pass , aws:drop , or aws:forward_to_sfe . In addition, you can specify custom actions that are compatible with your standard section choice. For example, you could specify ["aws:pass"] or you could specify ["aws:pass", "customActionName"] . For information about compatibility, see the custom action descriptions.