@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.965Z") @Stability(value=Stable) public interface CfnEventSubscriptionProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull String getSnsTopicArn()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default List<String> getEventCategories()
@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.