SecurityContactPropertiesAlertNotificationsArgs

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

constructor(minimalSeverity: Output<Either<String, MinimalSeverity>>? = null, state: Output<Either<String, State>>? = null)

Properties

Link copied to clipboard
val minimalSeverity: Output<Either<String, MinimalSeverity>>? = null

Defines the minimal alert severity which will be sent as email notifications

Link copied to clipboard
val state: Output<Either<String, State>>? = null

Defines if email notifications will be sent about new security alerts

Functions

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