@Stability(value=Stable)
public static interface CfnFunction.S3EventProperty
extends software.amazon.jsii.JsiiSerializable
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#s3| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.S3EventProperty.Builder
A builder for
CfnFunction.S3EventProperty |
static class |
CfnFunction.S3EventProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.S3EventProperty.Builder |
builder() |
String |
getBucket()
`CfnFunction.S3EventProperty.Bucket`.
|
Object |
getEvents()
`CfnFunction.S3EventProperty.Events`.
|
Object |
getFilter()
`CfnFunction.S3EventProperty.Filter`.
|
@Stability(value=Stable) String getBucket()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#s3@Stability(value=Stable) Object getEvents()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#s3@Stability(value=Stable) Object getFilter()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#s3@Stability(value=Stable) static CfnFunction.S3EventProperty.Builder builder()
Copyright © 2019. All rights reserved.