Governance Email Notification Args
data class GovernanceEmailNotificationArgs(val disableManagerEmailNotification: Output<Boolean>? = null, val disableOwnerEmailNotification: Output<Boolean>? = null) : ConvertibleToJava<GovernanceEmailNotificationArgs>
The governance email weekly notification configuration.