emails

@JvmName(name = "ooptkfxentgfwypa")
suspend fun emails(value: Output<List<String>>)
@JvmName(name = "ulrnpdckdimybgbs")
suspend fun emails(value: List<String>?)

Parameters

value

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator


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


@JvmName(name = "cyygrbewcdolytpp")
suspend fun emails(values: List<Output<String>>)
@JvmName(name = "sxcemeqiqreijtcx")
suspend fun emails(vararg values: String)

Parameters

values

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator