@Internal public static final class IRuleTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IRuleTarget.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig |
bind(IRule rule)
(experimental) Returns the rule target specification.
|
RuleTargetConfig |
bind(IRule rule,
String id)
(experimental) Returns the rule target specification.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final RuleTargetConfig bind(@NotNull IRule rule, @Nullable String id)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
bind in interface IRuleTargetbind in interface IRuleTarget.Jsii$Defaultrule - 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.@Stability(value=Experimental) @NotNull public final RuleTargetConfig bind(@NotNull IRule rule)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
bind in interface IRuleTargetrule - The EventBridge Rule that would trigger this target. This parameter is required.Copyright © 2021. All rights reserved.