filter

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

Parameters

value

The filtering rules that determine for which objects to send notifications. For example, you can create a filter so that Amazon S3 sends notifications only when image files with a `.jpg` extension are added to the bucket.


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

Parameters

argument

The filtering rules that determine for which objects to send notifications. For example, you can create a filter so that Amazon S3 sends notifications only when image files with a `.jpg` extension are added to the bucket.