Notification Channel Config Args
data class NotificationChannelConfigArgs(val filters: Output<NotificationChannelNotificationFilterConfigArgs>? = null, val sns: Output<NotificationChannelSnsChannelConfigArgs>? = null) : ConvertibleToJava<NotificationChannelConfigArgs>
Information about notification channels you have configured with DevOps Guru.
Constructors
Link copied to clipboard
fun NotificationChannelConfigArgs(filters: Output<NotificationChannelNotificationFilterConfigArgs>? = null, sns: Output<NotificationChannelSnsChannelConfigArgs>? = null)