| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventPattern.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
EventPattern. |
static class |
EventPattern.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected EventPattern |
EventRuleProps.Jsii$Pojo._eventPattern |
| Modifier and Type | Method and Description |
|---|---|
EventPattern |
EventPattern.Builder.build() |
EventPattern |
EventRuleProps.getEventPattern()
Describes which events CloudWatch Events routes to the specified target.
|
EventPattern |
EventRuleProps.Jsii$Pojo.getEventPattern() |
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$Pojo.setEventPattern(EventPattern value) |
void |
EventRuleProps.Jsii$Proxy.setEventPattern(EventPattern value)
Describes which events CloudWatch Events routes to the specified target.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withEventPattern(EventPattern value)
Describes which events CloudWatch Events routes to the specified target.
|
Copyright © 2018. All rights reserved.