AppEventSubscriptionArgs

data class AppEventSubscriptionArgs(val eventType: Output<AppEventSubscriptionEventType>, val name: Output<String>, val snsTopicArn: Output<String>? = null) : ConvertibleToJava<AppEventSubscriptionArgs>

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

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>

Unique name to identify an event subscription.

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

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

Functions

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