@Internal public static interface IRuleTarget.Jsii$Default extends IRuleTarget
IRuleTarget.IRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default RuleTargetConfig |
bind(IRule rule,
String id)
(experimental) Returns the rule target specification.
|
bind@Stability(value=Experimental) @NotNull default 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 IRuleTargetrule - 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.Copyright © 2021. All rights reserved.