Class CfnEventSubscriptionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnEventSubscriptionProps.Jsii$Proxy
All Implemented Interfaces:
CfnEventSubscriptionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnEventSubscriptionProps

@Stability(Stable) @Internal public static final class CfnEventSubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventSubscriptionProps
An implementation for CfnEventSubscriptionProps
  • 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

      protected Jsii$Proxy(CfnEventSubscriptionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnEventSubscriptionProps.Builder.
  • Method Details

    • getSnsTopicArn

      public final String getSnsTopicArn()
      Description copied from interface: CfnEventSubscriptionProps
      The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.

      The ARN is created by Amazon SNS when you create a topic and subscribe to it.

      Specified by:
      getSnsTopicArn in interface CfnEventSubscriptionProps
    • getEnabled

      public final Object getEnabled()
      Description copied from interface: CfnEventSubscriptionProps
      Indicates whether to activate the subscription.

      If you don't specify this property, AWS CloudFormation activates the subscription.

      Specified by:
      getEnabled in interface CfnEventSubscriptionProps
    • getEventCategories

      public final List<String> getEventCategories()
      Description copied from interface: CfnEventSubscriptionProps
      A list of event categories for a source type that you want to subscribe to.

      If you don't specify this property, you are notified about all event categories. For more information, see Working with Events and Notifications in the AWS DMS User Guide .

      Specified by:
      getEventCategories in interface CfnEventSubscriptionProps
    • getSourceIds

      public final List<String> getSourceIds()
      Description copied from interface: CfnEventSubscriptionProps
      A list of identifiers for which AWS DMS provides notification events.

      If you don't specify a value, notifications are provided for all sources.

      If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.

      Specified by:
      getSourceIds in interface CfnEventSubscriptionProps
    • getSourceType

      public final String getSourceType()
      Description copied from interface: CfnEventSubscriptionProps
      The type of AWS DMS resource that generates the events.

      For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance . If this value isn't specified, all events are returned.

      Valid values : replication-instance | replication-task

      Specified by:
      getSourceType in interface CfnEventSubscriptionProps
    • getSubscriptionName

      public final String getSubscriptionName()
      Description copied from interface: CfnEventSubscriptionProps
      The name of the AWS DMS event notification subscription.

      This name must be less than 255 characters.

      Specified by:
      getSubscriptionName in interface CfnEventSubscriptionProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnEventSubscriptionProps
      One or more tags to be assigned to the event subscription.
      Specified by:
      getTags in interface CfnEventSubscriptionProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object