GovernanceEmailNotificationArgs

data class GovernanceEmailNotificationArgs(val disableManagerEmailNotification: Output<Boolean>? = null, val disableOwnerEmailNotification: Output<Boolean>? = null) : ConvertibleToJava<GovernanceEmailNotificationArgs>

The governance email weekly notification configuration.

Constructors

Link copied to clipboard
constructor(disableManagerEmailNotification: Output<Boolean>? = null, disableOwnerEmailNotification: Output<Boolean>? = null)

Properties

Link copied to clipboard

Exclude manager from weekly email notification.

Link copied to clipboard

Exclude owner from weekly email notification.

Functions

Link copied to clipboard
open override fun toJava(): GovernanceEmailNotificationArgs