queues

@JvmName(name = "mapiiiqvovaclohn")
suspend fun queues(value: Output<List<BucketNotificationQueueArgs>>)
@JvmName(name = "wiiwccwpeoedqtfq")
suspend fun queues(value: List<BucketNotificationQueueArgs>?)

Parameters

value

Notification configuration to SQS Queue. See below.


@JvmName(name = "yijydydlgyvbhuhw")
suspend fun queues(vararg values: Output<BucketNotificationQueueArgs>)


@JvmName(name = "qtmabkolkymsbloq")
suspend fun queues(values: List<Output<BucketNotificationQueueArgs>>)
@JvmName(name = "pgnngsqhtatbydhk")
suspend fun queues(vararg values: BucketNotificationQueueArgs)

Parameters

values

Notification configuration to SQS Queue. See below.


@JvmName(name = "gspxblggodnijhmj")
suspend fun queues(argument: List<suspend BucketNotificationQueueArgsBuilder.() -> Unit>)
@JvmName(name = "dymlgigoojlaooja")
suspend fun queues(vararg argument: suspend BucketNotificationQueueArgsBuilder.() -> Unit)
@JvmName(name = "quoakccxlwhyixjc")
suspend fun queues(argument: suspend BucketNotificationQueueArgsBuilder.() -> Unit)

Parameters

argument

Notification configuration to SQS Queue. See below.