Values.NotificationConfigurationSourceDescribes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
type nonrec t = {topicArn : String_.t option;The Amazon Resource Name (ARN) that identifies the topic.
*)topicStatus : String_.t option;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.
*)}