AnomalySubscriptionSubscriberArgs

data class AnomalySubscriptionSubscriberArgs(val address: Output<String>, val status: Output<AnomalySubscriptionSubscriberStatus>? = null, val type: Output<AnomalySubscriptionSubscriberType>) : ConvertibleToJava<AnomalySubscriptionSubscriberArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>, status: Output<AnomalySubscriptionSubscriberStatus>? = null, type: Output<AnomalySubscriptionSubscriberType>)

Properties

Link copied to clipboard
val address: Output<String>

The email address or SNS Topic Amazon Resource Name (ARN), depending on the Type .

Link copied to clipboard

Indicates if the subscriber accepts the notifications.

Link copied to clipboard

The notification delivery channel.

Functions

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