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
-
Method Summary
Modifier and TypeMethodDescriptionfinal RuleTargetConfig
Returns the rule target specification.final RuleTargetConfig
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 toaddTarget
.- Specified by:
bind
in interfaceIRuleTarget
- Specified by:
bind
in 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
inputXxx
options. They can be set in a call toaddTarget
.- Specified by:
bind
in interfaceIRuleTarget
- Parameters:
rule
- The EventBridge Rule that would trigger this target. This parameter is required.
-