excludedEmailAddresses

@JvmName(name = "uinbysmuivppabcu")
suspend fun excludedEmailAddresses(value: Output<List<String>>)
@JvmName(name = "tivecdbxllfnelse")
suspend fun excludedEmailAddresses(value: List<String>?)

Parameters

value

Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.


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


@JvmName(name = "jxjoortidvoquhoy")
suspend fun excludedEmailAddresses(values: List<Output<String>>)
@JvmName(name = "srxgkmpsiyftpkao")
suspend fun excludedEmailAddresses(vararg values: String)

Parameters

values

Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.