BucketQueueConfigurationArgs

data class BucketQueueConfigurationArgs(val event: Output<String>, val filter: Output<BucketNotificationFilterArgs>? = null, val queue: Output<String>) : ConvertibleToJava<BucketQueueConfigurationArgs>

Constructors

Link copied to clipboard
fun BucketQueueConfigurationArgs(event: Output<String>, filter: Output<BucketNotificationFilterArgs>? = null, queue: Output<String>)

Functions

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

Properties

Link copied to clipboard
val event: Output<String>
Link copied to clipboard
Link copied to clipboard
val queue: Output<String>