DaxClusterNotificationConfigurationArgs

data class DaxClusterNotificationConfigurationArgs(val topicArn: Output<String>? = null, val topicStatus: Output<String>? = null) : ConvertibleToJava<DaxClusterNotificationConfigurationArgs>

Definition of NotificationConfiguration

Constructors

Link copied to clipboard
constructor(topicArn: Output<String>? = null, topicStatus: Output<String>? = null)

Properties

Link copied to clipboard
val topicArn: Output<String>? = null

The Amazon Resource Name (ARN) that identifies the topic.

Link copied to clipboard
val topicStatus: Output<String>? = null

The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.

Functions

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