ProfilingGroupChannelArgs

data class ProfilingGroupChannelArgs(val channelId: Output<String>? = null, val channelUri: Output<String>) : ConvertibleToJava<ProfilingGroupChannelArgs>

Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.

Constructors

Link copied to clipboard
constructor(channelId: Output<String>? = null, channelUri: Output<String>)

Properties

Link copied to clipboard
val channelId: Output<String>? = null

The channel ID.

Link copied to clipboard
val channelUri: Output<String>

The channel URI.

Functions

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