NotificationChannelArgs

data class NotificationChannelArgs(val config: Output<NotificationChannelConfigArgs>? = null) : ConvertibleToJava<NotificationChannelArgs>

This resource schema represents the NotificationChannel resource in the Amazon DevOps Guru.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(config: Output<NotificationChannelConfigArgs>? = null)

Properties

Link copied to clipboard

A NotificationChannelConfig object that contains information about configured notification channels.

Functions

Link copied to clipboard
open override fun toJava(): NotificationChannelArgs