| 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 |
RuleProps.getEventPattern()
Describes which events CloudWatch Events routes to the specified target.
|
EventPattern |
RuleProps.Jsii$Proxy.getEventPattern() |
default EventPattern |
OnEventOptions.getEventPattern()
Additional restrictions for the event to route to the specified target.
|
EventPattern |
OnEventOptions.Jsii$Proxy.getEventPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.addEventPattern(EventPattern eventPattern)
Adds an event pattern filter to this rule.
|
RuleProps.Builder |
RuleProps.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
RuleProps.getEventPattern() |
Rule.Builder |
Rule.Builder.eventPattern(EventPattern eventPattern)
Describes which events CloudWatch Events routes to the specified target.
|
OnEventOptions.Builder |
OnEventOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
OnEventOptions.getEventPattern() |
Copyright © 2020. All rights reserved.