GetR2BucketEventNotificationResult

data class GetR2BucketEventNotificationResult(val accountId: String, val bucketName: String, val id: String, val queues: List<GetR2BucketEventNotificationQueue>)

A collection of values returned by getR2BucketEventNotification.

Constructors

Link copied to clipboard
constructor(accountId: String, bucketName: String, id: String, queues: List<GetR2BucketEventNotificationQueue>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account ID.

Link copied to clipboard

Name of the bucket.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of queues associated with the bucket.