@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:41.048Z") @Stability(value=Stable) public interface IRuleTarget extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
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) RuleTargetConfig bind(IRule rule, String id)
rule - The CloudWatch Event 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) RuleTargetConfig bind(IRule rule)
rule - The CloudWatch Event Rule that would trigger this target. This parameter is required.Copyright © 2019. All rights reserved.