| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
| Modifier and Type | Method and Description |
|---|---|
static EventRuleProps.Builder |
EventRuleProps.builder() |
EventRuleProps.Builder |
EventRuleProps.Builder.withDescription(String value)
A description of the rule's purpose.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withEnabled(Boolean value)
Indicates whether the rule is enabled.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withEventPattern(EventPattern value)
Describes which events CloudWatch Events routes to the specified target.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withRuleName(String value)
A name for the rule.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withScheduleExpression(String value)
The schedule or rate (frequency) that determines when CloudWatch Events
runs the rule.
|
EventRuleProps.Builder |
EventRuleProps.Builder.withTargets(List<IEventRuleTarget> value)
Targets to invoke when this rule matches an event.
|
Copyright © 2018. All rights reserved.