Notification Settings Args
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)