| Modifier and Type | Method and Description |
|---|---|
static CfnEventSubscription.Builder |
CfnEventSubscription.Builder.create(Construct scope,
String id) |
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.enabled(Boolean enabled)
A boolean value;
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.enabled(IResolvable enabled)
A boolean value;
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.eventCategories(List<String> eventCategories)
Specifies the Amazon Redshift event categories to be published by the event notification subscription.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.severity(String severity)
Specifies the Amazon Redshift event severity to be published by the event notification subscription.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.sourceIds(List<String> sourceIds)
A list of one or more identifiers of Amazon Redshift source objects.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.sourceType(String sourceType)
The type of source that will be generating the events.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.subscriptionName(String subscriptionName)
The name of the event subscription to be created.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.tags(List<? extends CfnTag> tags)
A list of tag instances.
|
Copyright © 2022. All rights reserved.