@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-26T08:38:33.256Z") @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(@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 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(@NotNull IRule rule)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
rule - The CloudWatch Event Rule that would trigger this target. This parameter is required.Copyright © 2020. All rights reserved.