Skip to main content

NotificationDestinationInfo

NotificationDestinationInfo is the union type for the different destination types.

union NotificationDestinationInfo = NotificationEmailDestination | NotificationZoomDestination | NotificationSlackDestination | NotificationPagerDutyDestination

Possible types

NotificationDestinationInfo.NotificationEmailDestination object

NotificationEmailDestination represents the configuration options for email destination integration type

NotificationDestinationInfo.NotificationZoomDestination object

NotificationZoomDestination represents the configuration options for zoom destination integration type

NotificationDestinationInfo.NotificationSlackDestination object

NotificationSlackDestination represents the configuration options for slack destination integration type

NotificationDestinationInfo.NotificationPagerDutyDestination object

NotificationPagerDutyDestination represents the configuration options for pager duty destination integration type

Member Of

NotificationRouterIntegrationConfig object