@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.566Z") @Stability(value=Experimental) public interface S3EventSourceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3EventSourceProps.Builder
A builder for
S3EventSourceProps |
static class |
S3EventSourceProps.Jsii$Proxy
An implementation for
S3EventSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static S3EventSourceProps.Builder |
builder() |
List<EventType> |
getEvents()
(experimental) The s3 event types that will trigger the notification.
|
default List<NotificationKeyFilter> |
getFilters()
(experimental) S3 object key filter rules to determine which objects trigger this event.
|
@Stability(value=Experimental) @NotNull List<EventType> getEvents()
@Stability(value=Experimental) @Nullable default List<NotificationKeyFilter> getFilters()
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.
@Stability(value=Experimental) static S3EventSourceProps.Builder builder()
S3EventSourceProps.Builder of S3EventSourcePropsCopyright © 2021. All rights reserved.