ActionGroupsInformationArgs

data class ActionGroupsInformationArgs(val customEmailSubject: Output<String>? = null, val customWebhookPayload: Output<String>? = null, val groupIds: Output<List<String>>) : ConvertibleToJava<ActionGroupsInformationArgs>

The Action Groups information, used by the alert rule.

Constructors

Link copied to clipboard
constructor(customEmailSubject: Output<String>? = null, customWebhookPayload: Output<String>? = null, groupIds: Output<List<String>>)

Properties

Link copied to clipboard
val customEmailSubject: Output<String>? = null

An optional custom email subject to use in email notifications.

Link copied to clipboard
val customWebhookPayload: Output<String>? = null

An optional custom web-hook payload to use in web-hook notifications.

Link copied to clipboard
val groupIds: Output<List<String>>

The Action Group resource IDs.

Functions

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