@Generated(value="jsii-pacmak/0.20.5 (build a820217)", date="2019-11-13T14:31:16.896Z") @Stability(value=Stable) public interface OnEventOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
OnEventOptions.Builder
A builder for
OnEventOptions |
static class |
OnEventOptions.Jsii$Proxy
An implementation for
OnEventOptions |
| Modifier and Type | Method and Description |
|---|---|
static OnEventOptions.Builder |
builder() |
default String |
getDescription()
A description of the rule's purpose.
|
default EventPattern |
getEventPattern()
Additional restrictions for the event to route to the specified target.
|
default String |
getRuleName()
A name for the rule.
|
default IRuleTarget |
getTarget()
The target to register for the event.
|
@Stability(value=Stable) default String getDescription()
@Stability(value=Stable) default EventPattern getEventPattern()
http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CloudWatchEventsandEventPatterns.html@Stability(value=Stable) default String getRuleName()
@Stability(value=Stable) default IRuleTarget getTarget()
@Stability(value=Stable) static OnEventOptions.Builder builder()
OnEventOptions.Builder of OnEventOptionsCopyright © 2019. All rights reserved.