Interface ITopicSubscription.Jsii$Default

All Superinterfaces:
ITopicSubscription, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ITopicSubscription.Jsii$Proxy
Enclosing interface:
ITopicSubscription

@Internal public static interface ITopicSubscription.Jsii$Default extends ITopicSubscription
Internal default implementation for ITopicSubscription.
  • Method Details

    • bind

      @Stability(Stable) @NotNull default TopicSubscriptionConfig bind(@NotNull ITopic topic)
      Returns a configuration used to subscribe to an SNS topic.

      Specified by:
      bind in interface ITopicSubscription
      Parameters:
      topic - topic for which subscription will be configured. This parameter is required.