AnomalySubscriptionSubscriberArgs

data class AnomalySubscriptionSubscriberArgs(val address: Output<String>, val type: Output<String>) : ConvertibleToJava<AnomalySubscriptionSubscriberArgs>

Constructors

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

Properties

Link copied to clipboard
val address: Output<String>

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
val type: Output<String>

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

Functions

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