Notification Channel Config
data class NotificationChannelConfig(val filters: NotificationChannelNotificationFilterConfig? = null, val sns: NotificationChannelSnsChannelConfig? = null)
Information about notification channels you have configured with DevOps Guru.
Constructors
Link copied to clipboard
fun NotificationChannelConfig(filters: NotificationChannelNotificationFilterConfig? = null, sns: NotificationChannelSnsChannelConfig? = null)