Monitor Alert Event Subscription Destination Args
data class MonitorAlertEventSubscriptionDestinationArgs(val actionGroups: Output<List<String>>? = null, val description: Output<String>? = null, val endpointType: Output<String>, val severity: Output<Either<String, MonitorAlertSeverity>>? = null) : ConvertibleToJava<MonitorAlertEventSubscriptionDestinationArgs>
Information about the Monitor Alert destination for an event subscription.
Properties
Link copied to clipboard
The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription. Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}.
Link copied to clipboard
The description that will be attached to every Alert fired through this event subscription.
Link copied to clipboard
Type of the endpoint for the event subscription destination. Expected value is 'MonitorAlert'.
Link copied to clipboard
The severity that will be attached to every Alert fired through this event subscription. This field must be provided.