| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| 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)
A list of event categories for a SourceType that you want to subscribe to.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic created for event notification.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.sourceIds(List<String> sourceIds)
The list of identifiers of the event sources for which events are returned.
|
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.sourceType(String sourceType)
The type of source that is generating the events.
|
Copyright © 2022. All rights reserved.