@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:04:14.229Z") @Stability(value=Experimental) 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.
|
@Stability(value=Experimental) IRuleTarget getTarget()
@Stability(value=Experimental) String getDescription()
@Stability(value=Experimental) EventPattern getEventPattern()
http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CloudWatchEventsandEventPatterns.html@Stability(value=Experimental) String getRuleName()
@Stability(value=Experimental) static OnEventOptions.Builder builder()
OnEventOptions.Builder of OnEventOptionsCopyright © 2019. All rights reserved.