AnomalySubscriptionSubscriber

data class AnomalySubscriptionSubscriber(val address: String, val type: String)

Constructors

Link copied to clipboard
constructor(address: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address of the subscriber. If type is SNS, this will be the arn of the sns topic. If type is EMAIL, this will be the destination email address.

Link copied to clipboard

The type of subscription. Valid Values: SNS | EMAIL.