AppEventSubscription

data class AppEventSubscription(val eventType: AppEventSubscriptionEventType, val name: String, val snsTopicArn: String? = null)

Indicates an event you would like to subscribe and get notification for.

Constructors

Link copied to clipboard
constructor(eventType: AppEventSubscriptionEventType, name: String, snsTopicArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of event you would like to subscribe and get notification for.

Link copied to clipboard

Unique name to identify an event subscription.

Link copied to clipboard
val snsTopicArn: String? = null

Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic.