Cloudflare v6.13.0 published on Wednesday, Jan 21, 2026 by Pulumi
Cloudflare v6.13.0 published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
variables:
exampleQueueConsumer:
fn::invoke:
function: cloudflare:getQueueConsumer
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
queueId: 023e105f4ecef8ad9ca31a8372d0c353
consumerId: 023e105f4ecef8ad9ca31a8372d0c353
Using getQueueConsumer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getQueueConsumer(args: GetQueueConsumerArgs, opts?: InvokeOptions): Promise<GetQueueConsumerResult>
function getQueueConsumerOutput(args: GetQueueConsumerOutputArgs, opts?: InvokeOptions): Output<GetQueueConsumerResult>def get_queue_consumer(account_id: Optional[str] = None,
queue_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQueueConsumerResult
def get_queue_consumer_output(account_id: Optional[pulumi.Input[str]] = None,
queue_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQueueConsumerResult]func LookupQueueConsumer(ctx *Context, args *LookupQueueConsumerArgs, opts ...InvokeOption) (*LookupQueueConsumerResult, error)
func LookupQueueConsumerOutput(ctx *Context, args *LookupQueueConsumerOutputArgs, opts ...InvokeOption) LookupQueueConsumerResultOutput> Note: This function is named LookupQueueConsumer in the Go SDK.
public static class GetQueueConsumer
{
public static Task<GetQueueConsumerResult> InvokeAsync(GetQueueConsumerArgs args, InvokeOptions? opts = null)
public static Output<GetQueueConsumerResult> Invoke(GetQueueConsumerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetQueueConsumerResult> getQueueConsumer(GetQueueConsumerArgs args, InvokeOptions options)
public static Output<GetQueueConsumerResult> getQueueConsumer(GetQueueConsumerArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getQueueConsumer:getQueueConsumer
arguments:
# arguments dictionaryThe following arguments are supported:
- account_
id str - A Resource identifier.
- queue_
id str - A Resource identifier.
getQueueConsumer Result
The following output properties are available:
- Account
Id string - A Resource identifier.
- Consumer
Id string - A Resource identifier.
- Created
On string - Id string
- The provider-assigned unique ID for this managed resource.
- Queue
Id string - A Resource identifier.
- Script string
- Name of a Worker
- Script
Name string - Name of a Worker
- Settings
Get
Queue Consumer Settings - Type string
- Available values: "worker", <span pulumi-lang-nodejs=""httpPull"" pulumi-lang-dotnet=""HttpPull"" pulumi-lang-go=""httpPull"" pulumi-lang-python=""http_pull"" pulumi-lang-yaml=""httpPull"" pulumi-lang-java=""httpPull"">"http_pull".
- Account
Id string - A Resource identifier.
- Consumer
Id string - A Resource identifier.
- Created
On string - Id string
- The provider-assigned unique ID for this managed resource.
- Queue
Id string - A Resource identifier.
- Script string
- Name of a Worker
- Script
Name string - Name of a Worker
- Settings
Get
Queue Consumer Settings - Type string
- Available values: "worker", <span pulumi-lang-nodejs=""httpPull"" pulumi-lang-dotnet=""HttpPull"" pulumi-lang-go=""httpPull"" pulumi-lang-python=""http_pull"" pulumi-lang-yaml=""httpPull"" pulumi-lang-java=""httpPull"">"http_pull".
- account
Id String - A Resource identifier.
- consumer
Id String - A Resource identifier.
- created
On String - id String
- The provider-assigned unique ID for this managed resource.
- queue
Id String - A Resource identifier.
- script String
- Name of a Worker
- script
Name String - Name of a Worker
- settings
Get
Queue Consumer Settings - type String
- Available values: "worker", <span pulumi-lang-nodejs=""httpPull"" pulumi-lang-dotnet=""HttpPull"" pulumi-lang-go=""httpPull"" pulumi-lang-python=""http_pull"" pulumi-lang-yaml=""httpPull"" pulumi-lang-java=""httpPull"">"http_pull".
- account
Id string - A Resource identifier.
- consumer
Id string - A Resource identifier.
- created
On string - id string
- The provider-assigned unique ID for this managed resource.
- queue
Id string - A Resource identifier.
- script string
- Name of a Worker
- script
Name string - Name of a Worker
- settings
Get
Queue Consumer Settings - type string
- Available values: "worker", <span pulumi-lang-nodejs=""httpPull"" pulumi-lang-dotnet=""HttpPull"" pulumi-lang-go=""httpPull"" pulumi-lang-python=""http_pull"" pulumi-lang-yaml=""httpPull"" pulumi-lang-java=""httpPull"">"http_pull".
- account_
id str - A Resource identifier.
- consumer_
id str - A Resource identifier.
- created_
on str - id str
- The provider-assigned unique ID for this managed resource.
- queue_
id str - A Resource identifier.
- script str
- Name of a Worker
- script_
name str - Name of a Worker
- settings
Get
Queue Consumer Settings - type str
- Available values: "worker", <span pulumi-lang-nodejs=""httpPull"" pulumi-lang-dotnet=""HttpPull"" pulumi-lang-go=""httpPull"" pulumi-lang-python=""http_pull"" pulumi-lang-yaml=""httpPull"" pulumi-lang-java=""httpPull"">"http_pull".
- account
Id String - A Resource identifier.
- consumer
Id String - A Resource identifier.
- created
On String - id String
- The provider-assigned unique ID for this managed resource.
- queue
Id String - A Resource identifier.
- script String
- Name of a Worker
- script
Name String - Name of a Worker
- settings Property Map
- type String
- Available values: "worker", <span pulumi-lang-nodejs=""httpPull"" pulumi-lang-dotnet=""HttpPull"" pulumi-lang-go=""httpPull"" pulumi-lang-python=""http_pull"" pulumi-lang-yaml=""httpPull"" pulumi-lang-java=""httpPull"">"http_pull".
Supporting Types
GetQueueConsumerSettings
- Batch
Size double - The maximum number of messages to include in a batch.
- Max
Concurrency double - Maximum number of concurrent consumers that may consume from this Queue. Set to
nullto automatically opt in to the platform's maximum (recommended). - Max
Retries double - The maximum number of retries
- Max
Wait doubleTime Ms - The number of milliseconds to wait for a batch to fill up before attempting to deliver it
- Retry
Delay double - The number of seconds to delay before making the message available for another attempt.
- Visibility
Timeout doubleMs - The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.
- Batch
Size float64 - The maximum number of messages to include in a batch.
- Max
Concurrency float64 - Maximum number of concurrent consumers that may consume from this Queue. Set to
nullto automatically opt in to the platform's maximum (recommended). - Max
Retries float64 - The maximum number of retries
- Max
Wait float64Time Ms - The number of milliseconds to wait for a batch to fill up before attempting to deliver it
- Retry
Delay float64 - The number of seconds to delay before making the message available for another attempt.
- Visibility
Timeout float64Ms - The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.
- batch
Size Double - The maximum number of messages to include in a batch.
- max
Concurrency Double - Maximum number of concurrent consumers that may consume from this Queue. Set to
nullto automatically opt in to the platform's maximum (recommended). - max
Retries Double - The maximum number of retries
- max
Wait DoubleTime Ms - The number of milliseconds to wait for a batch to fill up before attempting to deliver it
- retry
Delay Double - The number of seconds to delay before making the message available for another attempt.
- visibility
Timeout DoubleMs - The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.
- batch
Size number - The maximum number of messages to include in a batch.
- max
Concurrency number - Maximum number of concurrent consumers that may consume from this Queue. Set to
nullto automatically opt in to the platform's maximum (recommended). - max
Retries number - The maximum number of retries
- max
Wait numberTime Ms - The number of milliseconds to wait for a batch to fill up before attempting to deliver it
- retry
Delay number - The number of seconds to delay before making the message available for another attempt.
- visibility
Timeout numberMs - The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.
- batch_
size float - The maximum number of messages to include in a batch.
- max_
concurrency float - Maximum number of concurrent consumers that may consume from this Queue. Set to
nullto automatically opt in to the platform's maximum (recommended). - max_
retries float - The maximum number of retries
- max_
wait_ floattime_ ms - The number of milliseconds to wait for a batch to fill up before attempting to deliver it
- retry_
delay float - The number of seconds to delay before making the message available for another attempt.
- visibility_
timeout_ floatms - The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.
- batch
Size Number - The maximum number of messages to include in a batch.
- max
Concurrency Number - Maximum number of concurrent consumers that may consume from this Queue. Set to
nullto automatically opt in to the platform's maximum (recommended). - max
Retries Number - The maximum number of retries
- max
Wait NumberTime Ms - The number of milliseconds to wait for a batch to fill up before attempting to deliver it
- retry
Delay Number - The number of seconds to delay before making the message available for another attempt.
- visibility
Timeout NumberMs - The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Cloudflare v6.13.0 published on Wednesday, Jan 21, 2026 by Pulumi
