customEmails

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


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

Parameters

values

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