@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.283Z") @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) @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 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) @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 CloudWatch Event Rule that would trigger this target. This parameter is required.Copyright © 2020. All rights reserved.