R2BucketEventNotificationRuleArgs

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

Constructors

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

Properties

Link copied to clipboard
val actions: Output<List<String>>

Array of R2 object actions that will trigger notifications.

Link copied to clipboard
val description: Output<String>? = null

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

Link copied to clipboard
val prefix: Output<String>? = null

Notifications will be sent only for objects with this prefix.

Link copied to clipboard
val suffix: Output<String>? = null

Notifications will be sent only for objects with this suffix.

Functions

Link copied to clipboard
open override fun toJava(): R2BucketEventNotificationRuleArgs