filter

@JvmName(name = "olbwsoctysxlbync")
suspend fun filter(value: Output<BucketNotificationFilterArgs>)
@JvmName(name = "gfxsblcbfrsdhciu")
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 = "vuuqcnnodcnhjecu")
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.