AlertSnsConfigurationArgs

data class AlertSnsConfigurationArgs(val roleArn: Output<String>, val snsTopicArn: Output<String>) : ConvertibleToJava<AlertSnsConfigurationArgs>

Configuration options for an SNS alert action.

Constructors

Link copied to clipboard
constructor(roleArn: Output<String>, snsTopicArn: Output<String>)

Properties

Link copied to clipboard
val roleArn: Output<String>

ARN of an IAM role that LookoutMetrics should assume to access the SNS topic.

Link copied to clipboard
val snsTopicArn: Output<String>

ARN of an SNS topic to send alert notifications to.

Functions

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