BucketLambdaConfigurationArgs

data class BucketLambdaConfigurationArgs(val event: Output<String>, val filter: Output<BucketNotificationFilterArgs>? = null, val function: Output<String>) : ConvertibleToJava<BucketLambdaConfigurationArgs>

Describes the LAMlong functions to invoke and the events for which to invoke them.

Constructors

Link copied to clipboard
constructor(event: Output<String>, filter: Output<BucketNotificationFilterArgs>? = null, function: Output<String>)

Properties

Link copied to clipboard
val event: Output<String>

The Amazon S3 bucket event for which to invoke the LAMlong function. For more information, see Supported Event Types in the Amazon S3 User Guide.

Link copied to clipboard

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.

Link copied to clipboard
val function: Output<String>

The Amazon Resource Name (ARN) of the LAMlong function that Amazon S3 invokes when the specified event type occurs.

Functions

Link copied to clipboard
open override fun toJava(): BucketLambdaConfigurationArgs