filter

@JvmName(name = "ihghbgrcvquvdqqa")
suspend fun filter(value: Output<NotificationFilterArgs>)
@JvmName(name = "deopfskjdmqbgkjn")
suspend fun filter(value: NotificationFilterArgs?)

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. Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.


@JvmName(name = "ucukmylqfolqtjcg")
suspend fun filter(argument: suspend NotificationFilterArgsBuilder.() -> 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. Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.