notificationEmails

@JvmName(name = "biajpbnfdcwcxowh")
suspend fun notificationEmails(value: Output<List<String>>)
@JvmName(name = "ajkbrfaijcfiiuqw")
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 = "jwdpjfbiisvbphuc")
suspend fun notificationEmails(vararg values: Output<String>)


@JvmName(name = "ltwnwaakbxbufgny")
suspend fun notificationEmails(values: List<Output<String>>)
@JvmName(name = "xregrqxdkcbxgjhx")
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.