export interface AlertingIntegrationNotifier { /** ID of the workspace integration connection (e.g. PagerDuty) to deliver alert lifecycle notifications to. The connection's integration must have the monitoring capability. */ connectionId: string; }