customEmails

@JvmName(name = "ieepqbxfsywqqeya")
suspend fun customEmails(value: Output<List<String>>)
@JvmName(name = "pglhsmmpxtjxndum")
suspend fun customEmails(value: List<String>?)

Parameters

value

Specifies a list of custom email addresses to which the email notifications will be sent.


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


@JvmName(name = "nogtemuaimurpjyf")
suspend fun customEmails(values: List<Output<String>>)
@JvmName(name = "ombynsksskhsclct")
suspend fun customEmails(vararg values: String)

Parameters

values

Specifies a list of custom email addresses to which the email notifications will be sent.