emailAddresses

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

Parameters

value

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


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


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

Parameters

values

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