toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
GetR2BucketEventNotificationQueue
Get
R2Bucket
Event
Notification
Queue
data
class
GetR2BucketEventNotificationQueue
(
val
queueId
:
String
,
val
queueName
:
String
,
val
rules
:
List
<
GetR2BucketEventNotificationQueueRule
>
)
Members
Constructors
Get
R2Bucket
Event
Notification
Queue
Link copied to clipboard
constructor
(
queueId
:
String
,
queueName
:
String
,
rules
:
List
<
GetR2BucketEventNotificationQueueRule
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
queue
Id
Link copied to clipboard
val
queueId
:
String
Queue ID.
queue
Name
Link copied to clipboard
val
queueName
:
String
Name of the queue.
rules
Link copied to clipboard
val
rules
:
List
<
GetR2BucketEventNotificationQueueRule
>