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<TagArgs>>? = null) : ConvertibleToJava<EventSubscriptionArgs>
The AWS::Redshift::EventSubscription
resource creates an Amazon Redshift Event Subscription.
Constructors
Link copied to clipboard
constructor(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<TagArgs>>? = null)
Properties
Link copied to clipboard
Specifies the Amazon Redshift event categories to be published by the event notification subscription.
Link copied to clipboard
Specifies the Amazon Redshift event severity to be published by the event notification subscription.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.
Link copied to clipboard
The type of source that will be generating the events.
Link copied to clipboard
The name of the Amazon Redshift event notification subscription