@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.231Z") @Stability(value=Experimental) public interface IRuleTarget extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IRuleTarget.Jsii$Default
Internal default implementation for
IRuleTarget. |
static class |
IRuleTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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.
|
@Stability(value=Experimental) @NotNull 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.
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.@Stability(value=Experimental) @NotNull RuleTargetConfig bind(@NotNull IRule rule)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
rule - The EventBridge Rule that would trigger this target. This parameter is required.Copyright © 2021. All rights reserved.