Class CfnBucketPropsMixin.LambdaConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.LambdaConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucketPropsMixin.LambdaConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucketPropsMixin.LambdaConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucketPropsMixin.LambdaConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketPropsMixin.LambdaConfigurationProperty
An implementation for
CfnBucketPropsMixin.LambdaConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.LambdaConfigurationProperty
CfnBucketPropsMixin.LambdaConfigurationProperty.Builder, CfnBucketPropsMixin.LambdaConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucketPropsMixin.LambdaConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetEvent()The Amazon S3 bucket event for which to invoke the AWS Lambda function.final ObjectThe filtering rules that determine which objects invoke the AWS Lambda function.final ObjectThe Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.final inthashCode()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 theCfnBucketPropsMixin.LambdaConfigurationProperty.Builder.
-
-
Method Details
-
getEvent
Description copied from interface:CfnBucketPropsMixin.LambdaConfigurationPropertyThe 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:
getEventin interfaceCfnBucketPropsMixin.LambdaConfigurationProperty- See Also:
-
getFilter
Description copied from interface:CfnBucketPropsMixin.LambdaConfigurationPropertyThe 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
.jpgextension invoke the function when they are added to the Amazon S3 bucket.Returns union: either
IResolvableorCfnBucketPropsMixin.NotificationFilterProperty- Specified by:
getFilterin interfaceCfnBucketPropsMixin.LambdaConfigurationProperty- See Also:
-
getFunction
Description copied from interface:CfnBucketPropsMixin.LambdaConfigurationPropertyThe Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.Returns union: either
StringorIFunctionRef- Specified by:
getFunctionin interfaceCfnBucketPropsMixin.LambdaConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-