Security Contact Properties Alert Notifications Args
data class SecurityContactPropertiesAlertNotificationsArgs(val minimalSeverity: Output<Either<String, MinimalSeverity>>? = null, val state: Output<Either<String, State>>? = null) : ConvertibleToJava<SecurityContactPropertiesAlertNotificationsArgs>
Defines whether to send email notifications about new security alerts
Constructors
Link copied to clipboard
constructor(minimalSeverity: Output<Either<String, MinimalSeverity>>? = null, state: Output<Either<String, State>>? = null)