ActionGroupArgs

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

A pointer to an Azure Action Group.

Constructors

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

Functions

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

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 actionProperties: Output<Map<String, String>>? = null

Predefined list of properties and configuration items for the action group.

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.