emailAddresses

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

Parameters

value

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


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


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

Parameters

values

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