App Event Subscription
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.