NotificationChannelSnsChannelConfigArgs

data class NotificationChannelSnsChannelConfigArgs(val topicArn: Output<String>? = null) : ConvertibleToJava<NotificationChannelSnsChannelConfigArgs>

Information about a notification channel configured in DevOps Guru to send notifications when insights are created.

Constructors

Link copied to clipboard
constructor(topicArn: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.

Functions

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