@Stability(value=Stable) @Internal public static final class CfnBucket.LambdaConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.LambdaConfigurationProperty
CfnBucket.LambdaConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnBucket.LambdaConfigurationProperty.Builder, CfnBucket.LambdaConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBucket.LambdaConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getEvent()
The Amazon S3 bucket event for which to invoke the AWS Lambda function.
|
Object |
getFilter()
The filtering rules that determine which objects invoke the AWS Lambda function.
|
String |
getFunction()
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.
|
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(CfnBucket.LambdaConfigurationProperty.Builder builder)
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder.public final String getEvent()
CfnBucket.LambdaConfigurationPropertyFor more information, see Supported Event Types in the Amazon S3 User Guide .
getEvent in interface CfnBucket.LambdaConfigurationPropertypublic final String getFunction()
CfnBucket.LambdaConfigurationPropertygetFunction in interface CfnBucket.LambdaConfigurationPropertypublic final Object getFilter()
CfnBucket.LambdaConfigurationProperty
For example, you can create a filter so that only image files with a .jpg extension invoke the function when they are added to the Amazon S3 bucket.
getFilter in interface CfnBucket.LambdaConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.