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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.events.IRuleTarget
IRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal RuleTargetConfigReturns the rule target specification.final RuleTargetConfigReturns the rule target specification.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
inputXxxoptions. They can be set in a call toaddTarget.- Specified by:
bindin interfaceIRuleTarget- Specified by:
bindin interfaceIRuleTarget.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
Returns the rule target specification.NOTE: Do not use the various
inputXxxoptions. They can be set in a call toaddTarget.- Specified by:
bindin interfaceIRuleTarget- Parameters:
rule- The EventBridge Rule that would trigger this target. This parameter is required.
-