DaxClusterNotificationConfigurationResponse

data class DaxClusterNotificationConfigurationResponse(val topicArn: String? = null, val topicStatus: String? = null)

Definition of NotificationConfiguration

Constructors

constructor(topicArn: String? = null, topicStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val topicArn: String? = null

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

Link copied to clipboard
val topicStatus: 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.