NotificationSettingsArgs

data class NotificationSettingsArgs(val activationState: Output<Either<String, NotificationsState>>? = null, val azureMonitorWorkspaceProperties: Output<AzureMonitorWorkspacePropertiesArgs>? = null) : ConvertibleToJava<NotificationSettingsArgs>

Settings of change notification configuration for a subscription.

Constructors

Link copied to clipboard
constructor(activationState: Output<Either<String, NotificationsState>>? = null, azureMonitorWorkspaceProperties: Output<AzureMonitorWorkspacePropertiesArgs>? = null)

Properties

Link copied to clipboard
val activationState: Output<Either<String, NotificationsState>>? = null

The state of notifications feature.

Link copied to clipboard

Configuration properties of an Azure Monitor workspace that receives change notifications.

Functions

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