filter

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

Parameters

value

The filtering rules that determine which objects trigger 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. For more information, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.


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

Parameters

argument

The filtering rules that determine which objects trigger 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. For more information, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.