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
fun ProfilingGroupChannelArgs(channelId: Output<String>? = null, channelUri: Output<String>)

Functions

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

Properties

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