excludedEmailAddresses

@JvmName(name = "clhfmyjpvfjskiix")
suspend fun excludedEmailAddresses(value: Output<List<String>>)
@JvmName(name = "malvwsksyarkhwmv")
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 = "nqlocsbiatwmvmwe")
suspend fun excludedEmailAddresses(vararg values: Output<String>)


@JvmName(name = "nfycteycudoomdle")
suspend fun excludedEmailAddresses(values: List<Output<String>>)
@JvmName(name = "yitydnjenkuyuuuq")
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.