public static final class CfnBucket.LambdaConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.LambdaConfigurationProperty
CfnBucket.LambdaConfigurationProperty
CfnBucket.LambdaConfigurationProperty.Builder, CfnBucket.LambdaConfigurationProperty.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEvent()
The Amazon S3 bucket event for which to invoke the AWS Lambda function.
|
java.lang.Object |
getFilter()
The filtering rules that determine which objects invoke the AWS Lambda function.
|
java.lang.String |
getFunction()
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEvent()
CfnBucket.LambdaConfigurationProperty
For more information, see Supported Event Types in the Amazon S3 User Guide .
getEvent
in interface CfnBucket.LambdaConfigurationProperty
public final java.lang.String getFunction()
CfnBucket.LambdaConfigurationProperty
getFunction
in interface CfnBucket.LambdaConfigurationProperty
public final java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()