@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:38.479Z") @Stability(value=Stable) public interface CfnEventSubscriptionProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn@Stability(value=Stable) @Nullable default Object getEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled@Stability(value=Stable) @Nullable default List<String> getEventCategories()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-eventcategories@Stability(value=Stable) @Nullable default List<String> getSourceIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourceids@Stability(value=Stable) @Nullable default String getSourceType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype@Stability(value=Stable) static CfnEventSubscriptionProps.Builder builder()
CfnEventSubscriptionProps.Builder of CfnEventSubscriptionPropsCopyright © 2020. All rights reserved.