permittedEmailAddresses

@JvmName(name = "uiqawkdhpycopkvk")
suspend fun permittedEmailAddresses(value: Output<List<String>>)
@JvmName(name = "jhmhpobpglbqvdwj")
suspend fun permittedEmailAddresses(value: List<String>?)

Parameters

value

Contains the permitted 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 = "vooffkstedefjreh")
suspend fun permittedEmailAddresses(vararg values: Output<String>)


@JvmName(name = "kwtqwpwmxoqfqpkm")
suspend fun permittedEmailAddresses(values: List<Output<String>>)
@JvmName(name = "coecnycxuhhrbnti")
suspend fun permittedEmailAddresses(vararg values: String)

Parameters

values

Contains the permitted 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.