ActionGroupArgs

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

A pointer to an Azure Action Group.

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 resource ID of the Action Group. This cannot be null or empty.

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

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

Functions

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