filter

@JvmName(name = "wjaumijtxobvglbi")
suspend fun filter(value: Output<BucketNotificationFilterArgs>)
@JvmName(name = "abjusgdoohxtogxq")
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 = "mftydqtrcyabsdgb")
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.