notificationEmails

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


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