@Stability(value=Stable) @Internal public static final class CfnEventSubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventSubscriptionProps
CfnEventSubscriptionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEventSubscriptionProps.Builder, CfnEventSubscriptionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEventSubscriptionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEventSubscriptionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getEnabled()
A value that indicates whether to activate the subscription.
|
List<String> |
getEventCategories()
A list of event categories for a particular source type ( `SourceType` ) that you want to subscribe to.
|
String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic created for event notification.
|
List<String> |
getSourceIds()
The list of identifiers of the event sources for which events are returned.
|
String |
getSourceType()
The type of source that is generating the events.
|
String |
getSubscriptionName()
`AWS::RDS::EventSubscription.SubscriptionName`.
|
List<CfnTag> |
getTags()
`AWS::RDS::EventSubscription.Tags`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEventSubscriptionProps.Builder builder)
CfnEventSubscriptionProps.Builder.public final String getSnsTopicArn()
CfnEventSubscriptionPropsThe ARN is created by Amazon SNS when you create a topic and subscribe to it.
getSnsTopicArn in interface CfnEventSubscriptionPropspublic final Object getEnabled()
CfnEventSubscriptionPropsIf the event notification subscription isn't activated, the subscription is created but not active.
getEnabled in interface CfnEventSubscriptionPropspublic final List<String> getEventCategories()
CfnEventSubscriptionProps
You can see a list of the categories for a given source type in the "Amazon RDS event categories and event messages" section of the Amazon RDS User Guide or the Amazon Aurora User Guide . You can also see this list by using the DescribeEventCategories operation.
getEventCategories in interface CfnEventSubscriptionPropspublic final List<String> getSourceIds()
CfnEventSubscriptionPropsIf not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
SourceIds value is supplied, SourceType must also be provided.DBInstanceIdentifier value must be supplied.DBClusterIdentifier value must be supplied.DBParameterGroupName value must be supplied.DBSecurityGroupName value must be supplied.DBSnapshotIdentifier value must be supplied.DBClusterSnapshotIdentifier value must be supplied.getSourceIds in interface CfnEventSubscriptionPropspublic final String getSourceType()
CfnEventSubscriptionProps
For example, if you want to be notified of events generated by a DB instance, set this parameter to db-instance . If this value isn't specified, all events are returned.
Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot
getSourceType in interface CfnEventSubscriptionPropspublic final String getSubscriptionName()
CfnEventSubscriptionPropsgetSubscriptionName in interface CfnEventSubscriptionPropspublic final List<CfnTag> getTags()
CfnEventSubscriptionPropsgetTags in interface CfnEventSubscriptionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.