@Stability(value=Experimental) @Internal public static final class S3EventSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3EventSourceProps
S3EventSourcePropssoftware.amazon.jsii.JsiiObject.InitializationModeS3EventSourceProps.Builder, S3EventSourceProps.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<? extends EventType> events,
List<? extends NotificationKeyFilter> filters)
Constructor that initializes the object based on literal property values passed by the
S3EventSourceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<EventType> |
getEvents()
(experimental) The s3 event types that will trigger the notification.
|
List<NotificationKeyFilter> |
getFilters()
(experimental) S3 object key filter rules to determine which objects trigger this 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<? extends EventType> events, List<? extends NotificationKeyFilter> filters)
S3EventSourceProps.Builder.public final List<EventType> getEvents()
S3EventSourcePropsgetEvents in interface S3EventSourcePropspublic final List<NotificationKeyFilter> getFilters()
S3EventSourceProps
Each filter must include a prefix and/or suffix that will be matched
against the s3 object key. Refer to the S3 Developer Guide for details
about allowed filter rules.
getFilters in interface S3EventSourceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.