@Stability(value=Stable) @Internal public static final class OnCloudTrailBucketEventOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OnCloudTrailBucketEventOptions
OnCloudTrailBucketEventOptionssoftware.amazon.jsii.JsiiObject.InitializationModeOnCloudTrailBucketEventOptions.Builder, OnCloudTrailBucketEventOptions.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(OnCloudTrailBucketEventOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
OnCloudTrailBucketEventOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
software.constructs.Construct |
getCrossStackScope()
The scope to use if the source of the rule and its target are in different Stacks (but in the same account & region).
|
String |
getDescription()
A description of the rule's purpose.
|
EventPattern |
getEventPattern()
Additional restrictions for the event to route to the specified target.
|
List<String> |
getPaths()
Only watch changes to these object paths.
|
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, 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(OnCloudTrailBucketEventOptions.Builder builder)
OnCloudTrailBucketEventOptions.Builder.public final List<String> getPaths()
OnCloudTrailBucketEventOptionsDefault: - Watch changes to all objects
getPaths in interface OnCloudTrailBucketEventOptionspublic final IRuleTarget getTarget()
OnEventOptionsDefault: - No target is added to the rule. Use `addTarget()` to add a target.
getTarget in interface OnEventOptionspublic final software.constructs.Construct getCrossStackScope()
EventCommonOptionsThis helps dealing with cycles that often arise in these situations.
Default: - none (the main scope will be used, even for cross-stack Events)
getCrossStackScope in interface EventCommonOptionspublic final String getDescription()
EventCommonOptionsDefault: - No description
getDescription in interface EventCommonOptionspublic final EventPattern getEventPattern()
EventCommonOptionsThe 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 EventCommonOptionspublic final String getRuleName()
EventCommonOptionsDefault: AWS CloudFormation generates a unique physical ID.
getRuleName in interface EventCommonOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.