emails

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


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