| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEventRuleTarget.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<IEventRuleTarget> |
EventRuleProps.Jsii$Pojo._targets |
| Modifier and Type | Method and Description |
|---|---|
List<IEventRuleTarget> |
EventRuleProps.getTargets()
Targets to invoke when this rule matches an event.
|
List<IEventRuleTarget> |
EventRuleProps.Jsii$Pojo.getTargets() |
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$Pojo.setTargets(List<IEventRuleTarget> value) |
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)
Targets to invoke when this rule matches an event.
|
Copyright © 2018. All rights reserved.