| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventPattern.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
EventPattern |
EventPattern.Builder.build()
Builds the configured instance.
|
EventPattern |
EventRuleProps.getEventPattern()
Describes which events CloudWatch Events routes to the specified target.
|
EventPattern |
EventRuleProps.Jsii$Proxy.getEventPattern()
Describes which events CloudWatch Events routes to the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventRule.addEventPattern(EventPattern eventPattern)
Adds an event pattern filter to this rule.
|
void |
EventRuleProps.setEventPattern(EventPattern value)
Describes which events CloudWatch Events routes to the specified target.
|
void |
EventRuleProps.Jsii$Proxy.setEventPattern(EventPattern value)
Describes which events CloudWatch Events routes to the specified target.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withEventPattern(EventPattern value)
Sets the value of EventPattern
|
Copyright © 2018. All rights reserved.