Skip to main content

NotificationDestinationConfiguration

NotificationDestinationConfiguration is the BACKWARD COMPATIBLE union type for the different destination types.

union NotificationDestinationConfiguration = NotificationEmailDestination | NotificationZoomDestination | NotificationSlackDestination | NotificationPagerDutyDestination

Possible types

NotificationDestinationConfiguration.NotificationEmailDestination object

NotificationEmailDestination represents the configuration options for email destination integration type

NotificationDestinationConfiguration.NotificationZoomDestination object

NotificationZoomDestination represents the configuration options for zoom destination integration type

NotificationDestinationConfiguration.NotificationSlackDestination object

NotificationSlackDestination represents the configuration options for slack destination integration type

NotificationDestinationConfiguration.NotificationPagerDutyDestination object

NotificationPagerDutyDestination represents the configuration options for pager duty destination integration type

Member Of

NotificationRouterIntegrationConfig object