statelessFragmentDefaultActions

@JvmName(name = "dcrenckiksxotgaq")
suspend fun statelessFragmentDefaultActions(value: Output<List<String>>)
@JvmName(name = "gkaxfhbymsfebdfi")
suspend fun statelessFragmentDefaultActions(value: List<String>)

Parameters

value

The actions to take on a fragmented packet if it doesn't match any of the stateless rules in the policy. If you want non-matching fragmented 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 = "gpfspjfwywvosuij")
suspend fun statelessFragmentDefaultActions(vararg values: Output<String>)


@JvmName(name = "fvrmpoiktttphtcj")
suspend fun statelessFragmentDefaultActions(values: List<Output<String>>)
@JvmName(name = "wytkjuwxfixxokea")
suspend fun statelessFragmentDefaultActions(vararg values: String)

Parameters

values

The actions to take on a fragmented packet if it doesn't match any of the stateless rules in the policy. If you want non-matching fragmented 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.