@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.570Z") @Stability(value=Stable) public interface CfnEventSubscriptionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
CfnEventSubscriptionProps cfnEventSubscriptionProps = CfnEventSubscriptionProps.builder()
.snsTopicArn("snsTopicArn")
// the properties below are optional
.enabled(false)
.eventCategories(List.of("eventCategories"))
.sourceIds(List.of("sourceIds"))
.sourceType("sourceType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventSubscriptionProps.Builder
A builder for
CfnEventSubscriptionProps |
static class |
CfnEventSubscriptionProps.Jsii$Proxy
An implementation for
CfnEventSubscriptionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventSubscriptionProps.Builder |
builder() |
default Object |
getEnabled()
`AWS::RDS::EventSubscription.Enabled`.
|
default List<String> |
getEventCategories()
`AWS::RDS::EventSubscription.EventCategories`.
|
String |
getSnsTopicArn()
`AWS::RDS::EventSubscription.SnsTopicArn`.
|
default List<String> |
getSourceIds()
`AWS::RDS::EventSubscription.SourceIds`.
|
default String |
getSourceType()
`AWS::RDS::EventSubscription.SourceType`.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default List<String> getEventCategories()
@Stability(value=Stable) @NotNull String getSnsTopicArn()
@Stability(value=Stable) @Nullable default List<String> getSourceIds()
@Stability(value=Stable) @Nullable default String getSourceType()
@Stability(value=Stable) static CfnEventSubscriptionProps.Builder builder()
CfnEventSubscriptionProps.Builder of CfnEventSubscriptionPropsCopyright © 2021. All rights reserved.