queues

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

Parameters

value

Notification configuration to SQS Queue. See below.


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


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

Parameters

values

Notification configuration to SQS Queue. See below.


@JvmName(name = "nvswmuntvmhipock")
suspend fun queues(argument: List<suspend BucketNotificationQueueArgsBuilder.() -> Unit>)
@JvmName(name = "acvcdrcrbpwvdhml")
suspend fun queues(vararg argument: suspend BucketNotificationQueueArgsBuilder.() -> Unit)
@JvmName(name = "loerbdhhowtenlcq")
suspend fun queues(argument: suspend BucketNotificationQueueArgsBuilder.() -> Unit)

Parameters

argument

Notification configuration to SQS Queue. See below.