@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.308Z") @Stability(value=Stable) 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)
Returns the rule target specification.
|
RuleTargetConfig |
bind(IRule rule,
String id)
Returns the rule target specification.
|
@Stability(value=Stable) @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=Stable) @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 © 2022. All rights reserved.