BucketNotificationQueue

data class BucketNotificationQueue(val events: List<String>, val filterPrefix: String? = null, val filterSuffix: String? = null, val id: String? = null, val queueArn: String)

Constructors

Link copied to clipboard
constructor(events: List<String>, filterPrefix: String? = null, filterSuffix: String? = null, id: String? = null, queueArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies event for which to send notifications.

Link copied to clipboard
val filterPrefix: String? = null

Object key name prefix.

Link copied to clipboard
val filterSuffix: String? = null

Object key name suffix.

Link copied to clipboard
val id: String? = null

Unique identifier for each of the notification configurations.

Link copied to clipboard

SQS queue ARN.