@Stability(value=Experimental) @Internal public static final class OnCommitOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OnCommitOptions
OnCommitOptionssoftware.amazon.jsii.JsiiObject.InitializationModeOnCommitOptions.Builder, OnCommitOptions.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.
|
protected |
Jsii$Proxy(List<String> branches,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnCommitOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getBranches()
(experimental) The branch to monitor.
|
String |
getDescription()
(experimental) A description of the rule's purpose.
|
EventPattern |
getEventPattern()
(experimental) Additional restrictions for the event to route to the specified target.
|
String |
getRuleName()
(experimental) A name for the rule.
|
IRuleTarget |
getTarget()
(experimental) The target to register for the event.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<String> branches, String description, EventPattern eventPattern, String ruleName, IRuleTarget target)
OnCommitOptions.Builder.public final List<String> getBranches()
OnCommitOptionsDefault: - All branches
getBranches in interface OnCommitOptionspublic final String getDescription()
OnEventOptionsDefault: - No description
getDescription in interface OnEventOptionspublic final 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 OnEventOptionshttps://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.htmlpublic final String getRuleName()
OnEventOptionsDefault: AWS CloudFormation generates a unique physical ID.
getRuleName in interface OnEventOptionspublic final IRuleTarget getTarget()
OnEventOptionsDefault: - No target is added to the rule. Use `addTarget()` to add a target.
getTarget in interface OnEventOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.