class SendNotification
(Slack) 通知を送信する自動化アクションを定義します。
method SendNotification.__init__
integration_id(str): 通知の送信に使用する Slack インテグレーションの ID。message(str): 送信する通知の本文。severity(AlertSeverity): 送信する通知の重要度 (INFO、WARN、ERROR) 。title(str): 送信する通知のタイトル。action_type(Literal[NOTIFICATION]):
SendNotification オブジェクト。