ActivityLogAlertActionArgs

data class ActivityLogAlertActionArgs(val actionGroupId: Output<String>, val webhookProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ActivityLogAlertActionArgs>

Constructors

Link copied to clipboard
constructor(actionGroupId: Output<String>, webhookProperties: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val actionGroupId: Output<String>

The ID of the Action Group can be sourced from the azure.monitoring.ActionGroup resource.

Link copied to clipboard
val webhookProperties: Output<Map<String, String>>? = null

The map of custom string properties to include with the post operation. These data are appended to the webhook payload.

Functions

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