filter

@JvmName(name = "ytgplnjubvokkemy")
suspend fun filter(value: Output<BucketNotificationFilterArgs>)
@JvmName(name = "tjcepeklvvxpdgeg")
suspend fun filter(value: BucketNotificationFilterArgs?)

Parameters

value

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.


@JvmName(name = "tliregnipwgtnovh")
suspend fun filter(argument: suspend BucketNotificationFilterArgsBuilder.() -> Unit)

Parameters

argument

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.