Class IRuleTarget.Jsii$Proxy

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

@Internal public static final class IRuleTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IRuleTarget.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.events.IRuleTarget

    IRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(IRule rule)
    Returns the rule target specification.
    bind(IRule rule, String id)
    Returns the rule target specification.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • bind

      @Stability(Stable) @NotNull public final RuleTargetConfig bind(@NotNull IRule rule, @Nullable String id)
      Returns the rule target specification.

      NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.

      Specified by:
      bind in interface IRuleTarget
      Specified by:
      bind in interface IRuleTarget.Jsii$Default
      Parameters:
      rule - The EventBridge Rule that would trigger this target. This parameter is required.
      id - The id of the target that will be attached to the rule.
    • bind

      @Stability(Stable) @NotNull public final RuleTargetConfig bind(@NotNull IRule rule)
      Returns the rule target specification.

      NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.

      Specified by:
      bind in interface IRuleTarget
      Parameters:
      rule - The EventBridge Rule that would trigger this target. This parameter is required.