actions

@JvmName(name = "hmssubkmavjvpios")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "bocgtlqfgeqmkyhq")
suspend fun actions(value: List<String>)

Parameters

value

Set of actions to take on a packet that matches one of the stateless rule definition's match_attributes. For every rule you must specify 1 standard action, and you can add custom actions. Standard actions include: aws:pass, aws:drop, aws:forward_to_sfe.


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


@JvmName(name = "pplwadkgbowlqpxt")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "kppoocswojqpxhgo")
suspend fun actions(vararg values: String)

Parameters

values

Set of actions to take on a packet that matches one of the stateless rule definition's match_attributes. For every rule you must specify 1 standard action, and you can add custom actions. Standard actions include: aws:pass, aws:drop, aws:forward_to_sfe.