@Generated(value="jsii-pacmak/0.11.0 (build 3d6415e)", date="2019-05-30T15:03:09.131Z") 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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static OnEventOptions.Builder |
builder() |
String |
getDescription()
A description of the rule's purpose.
|
EventPattern |
getEventPattern()
Additional restrictions for the event to route to the specified target.
|
String |
getRuleName()
A name for the rule.
|
IRuleTarget |
getTarget()
The target to register for the event.
|
IRuleTarget getTarget()
String getDescription()
EventPattern getEventPattern()
http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CloudWatchEventsandEventPatterns.htmlString getRuleName()
static OnEventOptions.Builder builder()
OnEventOptions.Builder of OnEventOptionsCopyright © 2019. All rights reserved.