| Modifier and Type | Class and Description |
|---|---|
static class |
EventPattern.Jsii$Proxy
An implementation for
EventPattern |
| Modifier and Type | Method and Description |
|---|---|
EventPattern |
EventPattern.Builder.build()
Builds the configured instance.
|
default EventPattern |
OnEventOptions.getEventPattern()
Additional restrictions for the event to route to the specified target.
|
EventPattern |
OnEventOptions.Jsii$Proxy.getEventPattern() |
default EventPattern |
RuleProps.getEventPattern()
Describes which events EventBridge routes to the specified target.
|
EventPattern |
RuleProps.Jsii$Proxy.getEventPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.addEventPattern(EventPattern eventPattern)
Adds an event pattern filter to this rule.
|
OnEventOptions.Builder |
OnEventOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
OnEventOptions.getEventPattern() |
RuleProps.Builder |
RuleProps.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
RuleProps.getEventPattern() |
Rule.Builder |
Rule.Builder.eventPattern(EventPattern eventPattern)
Describes which events EventBridge routes to the specified target.
|
| Constructor and Description |
|---|
Jsii$Proxy(String description,
Boolean enabled,
IEventBus eventBus,
EventPattern eventPattern,
String ruleName,
Schedule schedule,
List<? extends IRuleTarget> targets)
Constructor that initializes the object based on literal property values passed by the
RuleProps.Builder. |
Jsii$Proxy(String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnEventOptions.Builder. |
Copyright © 2020. All rights reserved.