@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-17T17:31:13.041Z")
public interface IRuleTarget
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,
java.lang.String id)
Returns the rule target specification.
|
RuleTargetConfig bind(IRule rule, java.lang.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.RuleTargetConfig bind(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.