excludedEmailAddresses

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


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