emails

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

Parameters

value

List of email addresses to sent notifications to.


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


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

Parameters

values

List of email addresses to sent notifications to.