emailAddresses

@JvmName(name = "tgpcswfeympnswag")
suspend fun emailAddresses(value: Output<List<String>>)
@JvmName(name = "eadmfiebjmyfvxbu")
suspend fun emailAddresses(value: List<String>?)

Parameters

value

Specifies a list of email addresses that will receive the Scheduled Action.


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


@JvmName(name = "mqihebdornlbjkwa")
suspend fun emailAddresses(values: List<Output<String>>)
@JvmName(name = "ggabvibsyeybrirv")
suspend fun emailAddresses(vararg values: String)

Parameters

values

Specifies a list of email addresses that will receive the Scheduled Action.