ActionGroupsInformation Class

The Action Groups information, used by the alert rule.

All required parameters must be populated in order to send to Azure.

Inheritance
ActionGroupsInformation

Constructor

ActionGroupsInformation(*, group_ids: List[str], custom_email_subject: Optional[str] = None, custom_webhook_payload: Optional[str] = None, **kwargs)

Parameters

custom_email_subject
str
Required

An optional custom email subject to use in email notifications.

custom_webhook_payload
str
Required

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

group_ids
list[str]
Required

Required. The Action Group resource IDs.