customEmails

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


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

Parameters

values

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