R2BucketEventNotificationRule

data class R2BucketEventNotificationRule(val actions: List<String>, val description: String? = null, val prefix: String? = null, val suffix: String? = null)

Constructors

Link copied to clipboard
constructor(actions: List<String>, description: String? = null, prefix: String? = null, suffix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of R2 object actions that will trigger notifications

Link copied to clipboard
val description: String? = null

A description that can be used to identify the event notification rule after creation

Link copied to clipboard
val prefix: String? = null

Notifications will be sent only for objects with this prefix

Link copied to clipboard
val suffix: String? = null

Notifications will be sent only for objects with this suffix