notificationEmails

@JvmName(name = "nhjwapuccbtiacrm")
suspend fun notificationEmails(value: Output<List<String>>)
@JvmName(name = "rmlmmicdjbehafig")
suspend fun notificationEmails(value: List<String>?)

Parameters

value

A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.


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


@JvmName(name = "ihfsugxtprweacvi")
suspend fun notificationEmails(values: List<Output<String>>)
@JvmName(name = "wtdaoehfrswwqteq")
suspend fun notificationEmails(vararg values: String)

Parameters

values

A list of email addresses to which notifications relating to approval requests should be sent. Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.