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 객체를 반환합니다.