Class CfnBucket.LambdaConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.LambdaConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.LambdaConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.LambdaConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.LambdaConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.LambdaConfigurationProperty
An implementation for
CfnBucket.LambdaConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.LambdaConfigurationProperty
CfnBucket.LambdaConfigurationProperty.Builder, CfnBucket.LambdaConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.LambdaConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getEvent()
The Amazon S3 bucket event for which to invoke the AWS Lambda function.final Object
The filtering rules that determine which objects invoke the AWS Lambda function.final String
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBucket.LambdaConfigurationProperty.Builder
.
-
-
Method Details
-
getEvent
Description copied from interface:CfnBucket.LambdaConfigurationProperty
The Amazon S3 bucket event for which to invoke the AWS Lambda function.For more information, see Supported Event Types in the Amazon S3 User Guide .
- Specified by:
getEvent
in interfaceCfnBucket.LambdaConfigurationProperty
-
getFunction
Description copied from interface:CfnBucket.LambdaConfigurationProperty
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.- Specified by:
getFunction
in interfaceCfnBucket.LambdaConfigurationProperty
-
getFilter
Description copied from interface:CfnBucket.LambdaConfigurationProperty
The filtering rules that determine which objects invoke the AWS Lambda function.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.- Specified by:
getFilter
in interfaceCfnBucket.LambdaConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-