| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEventRuleTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<IEventRuleTarget> |
EventRuleProps.getTargets()
Targets to invoke when this rule matches an event.
|
List<IEventRuleTarget> |
EventRuleProps.Jsii$Proxy.getTargets()
Targets to invoke when this rule matches an event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventRule.addTarget(IEventRuleTarget target)
Adds a target to the rule.
|
void |
EventRule.addTarget(IEventRuleTarget target,
TargetInputTemplate inputOptions)
Adds a target to the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventRuleProps.setTargets(List<IEventRuleTarget> value)
Targets to invoke when this rule matches an event.
|
void |
EventRuleProps.Jsii$Proxy.setTargets(List<IEventRuleTarget> value)
Targets to invoke when this rule matches an event.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withTargets(List<IEventRuleTarget> value)
Sets the value of Targets
|
Copyright © 2018. All rights reserved.