statelessFragmentDefaultActions

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

Parameters

value

Set of actions to take on a fragmented 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 = "hbwhmxbrshchnqtg")
suspend fun statelessFragmentDefaultActions(vararg values: Output<String>)


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

Parameters

values

Set of actions to take on a fragmented 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.