QueueConsumer

class QueueConsumer : KotlinCustomResource

Example Usage

resources:
exampleQueueConsumer:
type: cloudflare:QueueConsumer
name: example_queue_consumer
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
queueId: 023e105f4ecef8ad9ca31a8372d0c353
deadLetterQueue: example-queue
scriptName: my-consumer-worker
settings:
batch_size: 50
max_concurrency: 10
max_retries: 3
max_wait_time_ms: 5000
retry_delay: 10
type: worker

Properties

Link copied to clipboard
val accountId: Output<String>

A Resource identifier.

Link copied to clipboard
val consumerId: Output<String>?

A Resource identifier.

Link copied to clipboard
val createdOn: Output<String>
Link copied to clipboard
val deadLetterQueue: Output<String>?
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val queueId: Output<String>

A Resource identifier.

Link copied to clipboard
val script: Output<String>

Name of a Worker

Link copied to clipboard
val scriptName: Output<String>?

Name of a Worker

Link copied to clipboard
Link copied to clipboard
val type: Output<String>?

Available values: "worker".

Link copied to clipboard
val urn: Output<String>