public static final class OnEventOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OnEventOptions
software.amazon.jsii.JsiiObject.InitializationModeOnEventOptions.Builder, OnEventOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public IRuleTarget getTarget()
getTarget in interface OnEventOptions@Stability(value=Experimental) @Nullable public String getDescription()
getDescription in interface OnEventOptions@Stability(value=Experimental) @Nullable public EventPattern getEventPattern()
getEventPattern in interface OnEventOptionshttp://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CloudWatchEventsandEventPatterns.html@Stability(value=Experimental) @Nullable public String getRuleName()
getRuleName in interface OnEventOptionsCopyright © 2019. All rights reserved.