customEmails

@JvmName(name = "bmsqicfiblnhrmyd")
suspend fun customEmails(value: Output<List<String>>)
@JvmName(name = "cbarcaguovixtfjl")
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 = "auvihswubmqhexed")
suspend fun customEmails(vararg values: Output<String>)


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

Parameters

values

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