customEmails

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

Parameters

value

the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.


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


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

Parameters

values

the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.