GovernanceRuleEmailNotificationArgs

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

The governance email weekly notification configuration

Constructors

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

Functions

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

Properties

Link copied to clipboard

Defines whether manager email notifications are disabled

Link copied to clipboard

Defines whether owner email notifications are disabled