Interface IAction.Jsii$Default

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

@Internal public static interface IAction.Jsii$Default extends IAction
Internal default implementation for IAction.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.IAction

    IAction.Jsii$Default, IAction.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default ActionConfig
    bind(ITopicRule topicRule)
    (experimental) Returns the topic rule action specification.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Experimental) @NotNull default ActionConfig bind(@NotNull ITopicRule topicRule)
      (experimental) Returns the topic rule action specification.

      Specified by:
      bind in interface IAction
      Parameters:
      topicRule - The TopicRule that would trigger this action. This parameter is required.