Class CfnEventSubscriptionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSubscriptionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSubscriptionProps
CfnEventSubscriptionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnEventSubscriptionProps
CfnEventSubscriptionProps.Builder, CfnEventSubscriptionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSubscriptionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies whether to activate the subscription.A list of event categories for a particular source type (SourceType) that you want to subscribe to.final ObjectThe Amazon Resource Name (ARN) of the SNS topic created for event notification.The list of identifiers of the event sources for which events are returned.final StringThe type of source that is generating the events.final StringThe name of the subscription.getTags()An optional array of key-value pairs to apply to this subscription.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEventSubscriptionProps.Builder.
-
-
Method Details
-
getSnsTopicArn
Description copied from interface:CfnEventSubscriptionPropsThe Amazon Resource Name (ARN) of the SNS topic created for event notification.SNS automatically creates the ARN when you create a topic and subscribe to it.
RDS doesn't support FIFO (first in, first out) topics. For more information, see Message ordering and deduplication (FIFO topics) in the Amazon Simple Notification Service Developer Guide .
- Specified by:
getSnsTopicArnin interfaceCfnEventSubscriptionProps- See Also:
-
getEnabled
Description copied from interface:CfnEventSubscriptionPropsSpecifies whether to activate the subscription.If the event notification subscription isn't activated, the subscription is created but not active.
Returns union: either
BooleanorIResolvableDefault: - true
- Specified by:
getEnabledin interfaceCfnEventSubscriptionProps- See Also:
-
getEventCategories
Description copied from interface:CfnEventSubscriptionPropsA list of event categories for a particular source type (SourceType) that you want to subscribe to.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
DescribeEventCategoriesoperation.- Specified by:
getEventCategoriesin interfaceCfnEventSubscriptionProps- See Also:
-
getSourceIds
Description copied from interface:CfnEventSubscriptionPropsThe list of identifiers of the event sources for which events are returned.If 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:
- If
SourceIdsare supplied,SourceTypemust also be provided. - If the source type is a DB instance, a
DBInstanceIdentifiervalue must be supplied. - If the source type is a DB cluster, a
DBClusterIdentifiervalue must be supplied. - If the source type is a DB parameter group, a
DBParameterGroupNamevalue must be supplied. - If the source type is a DB security group, a
DBSecurityGroupNamevalue must be supplied. - If the source type is a DB snapshot, a
DBSnapshotIdentifiervalue must be supplied. - If the source type is a DB cluster snapshot, a
DBClusterSnapshotIdentifiervalue must be supplied. - If the source type is an RDS Proxy, a
DBProxyNamevalue must be supplied.
Returns union: Listinvalid input: '<'either
StringorIDBClusterReforIDBInstanceRef>- Specified by:
getSourceIdsin interfaceCfnEventSubscriptionProps- See Also:
- If
-
getSourceType
Description copied from interface:CfnEventSubscriptionPropsThe type of source that is generating the events.For example, if you want to be notified of events generated by a DB instance, you set this parameter to
db-instance. For RDS Proxy events, specifydb-proxy. 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 | db-proxy | zero-etl | custom-engine-version | blue-green-deployment- Specified by:
getSourceTypein interfaceCfnEventSubscriptionProps- See Also:
-
getSubscriptionName
Description copied from interface:CfnEventSubscriptionPropsThe name of the subscription.Constraints: The name must be less than 255 characters.
- Specified by:
getSubscriptionNamein interfaceCfnEventSubscriptionProps- See Also:
-
getTags
Description copied from interface:CfnEventSubscriptionPropsAn optional array of key-value pairs to apply to this subscription.- Specified by:
getTagsin interfaceCfnEventSubscriptionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-