@Stability(value=Stable) public static final class OnEventOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OnEventOptions
OnEventOptionssoftware.amazon.jsii.JsiiObject.InitializationModeOnEventOptions.Builder, OnEventOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getDescription()
OnEventOptionsDefault: - No description
getDescription in interface OnEventOptionspublic EventPattern getEventPattern()
OnEventOptionsThe method that generates the rule probably imposes some type of event filtering. The filtering implied by what you pass here is added on top of that filtering.
Default: - No additional filtering based on an event pattern.
getEventPattern in interface OnEventOptionshttp://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CloudWatchEventsandEventPatterns.htmlpublic String getRuleName()
OnEventOptionsDefault: AWS CloudFormation generates a unique physical ID.
getRuleName in interface OnEventOptionspublic IRuleTarget getTarget()
OnEventOptionsDefault: - No target is added to the rule. Use `addTarget()` to add a target.
getTarget in interface OnEventOptionspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.