statelessCustomActions

@JvmName(name = "qpqxhecxsydqqpoc")
suspend fun statelessCustomActions(value: Output<List<FirewallPolicyCustomActionArgs>>)
@JvmName(name = "plbccaalhdtxflvk")
suspend fun statelessCustomActions(value: List<FirewallPolicyCustomActionArgs>?)

Parameters

value

The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.


@JvmName(name = "jmupbmrbloryfxbl")
suspend fun statelessCustomActions(vararg values: Output<FirewallPolicyCustomActionArgs>)


@JvmName(name = "ebpvfpramxtktxts")
suspend fun statelessCustomActions(values: List<Output<FirewallPolicyCustomActionArgs>>)
@JvmName(name = "mrglosvguigtvnjs")
suspend fun statelessCustomActions(vararg values: FirewallPolicyCustomActionArgs)

Parameters

values

The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.


@JvmName(name = "gtrerqhvlhnsdufp")
suspend fun statelessCustomActions(argument: List<suspend FirewallPolicyCustomActionArgsBuilder.() -> Unit>)
@JvmName(name = "clhpejblxtevburw")
suspend fun statelessCustomActions(vararg argument: suspend FirewallPolicyCustomActionArgsBuilder.() -> Unit)
@JvmName(name = "lwxhfvonvxaujvjc")
suspend fun statelessCustomActions(argument: suspend FirewallPolicyCustomActionArgsBuilder.() -> Unit)

Parameters

argument

The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.