Event Subscription Args
data class EventSubscriptionArgs(val enabled: Output<Boolean>? = null, val eventCategories: Output<List<EventSubscriptionEventCategoriesItem>>? = null, val severity: Output<EventSubscriptionSeverity>? = null, val snsTopicArn: Output<String>? = null, val sourceIds: Output<List<String>>? = null, val sourceType: Output<EventSubscriptionSourceType>? = null, val subscriptionName: Output<String>? = null, val tags: Output<List<EventSubscriptionTagArgs>>? = null) : ConvertibleToJava<EventSubscriptionArgs>
The AWS::Redshift::EventSubscription
resource creates an Amazon Redshift Event Subscription.
Constructors
Link copied to clipboard
fun EventSubscriptionArgs(enabled: Output<Boolean>? = null, eventCategories: Output<List<EventSubscriptionEventCategoriesItem>>? = null, severity: Output<EventSubscriptionSeverity>? = null, snsTopicArn: Output<String>? = null, sourceIds: Output<List<String>>? = null, sourceType: Output<EventSubscriptionSourceType>? = null, subscriptionName: Output<String>? = null, tags: Output<List<EventSubscriptionTagArgs>>? = null)