AlertSnsConfiguration

data class AlertSnsConfiguration(val roleArn: String, val snsTopicArn: String)

Configuration options for an SNS alert action.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

ARN of an SNS topic to send alert notifications to.