emails

@JvmName(name = "vsnuekummkclvlxc")
suspend fun emails(value: Output<List<String>>)
@JvmName(name = "bvtetisytbcramox")
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 = "nsktrwfhwjggufrw")
suspend fun emails(vararg values: Output<String>)


@JvmName(name = "tyguvfmrqcsmrtqg")
suspend fun emails(values: List<Output<String>>)
@JvmName(name = "kjleqffuyxyiqndt")
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