Viewing docs for Cloudflare v6.15.0
published on Saturday, May 2, 2026 by Pulumi
published on Saturday, May 2, 2026 by Pulumi
Viewing docs for Cloudflare v6.15.0
published on Saturday, May 2, 2026 by Pulumi
published on Saturday, May 2, 2026 by Pulumi
Accepted Permissions
Pipelines ReadPipelines Write
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const examplePipelineStreams = cloudflare.getPipelineStreams({
accountId: "0123105f4ecef8ad9ca31a8372d0c353",
pipelineId: "043e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_pipeline_streams = cloudflare.get_pipeline_streams(account_id="0123105f4ecef8ad9ca31a8372d0c353",
pipeline_id="043e105f4ecef8ad9ca31a8372d0c353")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.GetPipelineStreams(ctx, &cloudflare.LookupPipelineStreamsArgs{
AccountId: pulumi.StringRef("0123105f4ecef8ad9ca31a8372d0c353"),
PipelineId: pulumi.StringRef("043e105f4ecef8ad9ca31a8372d0c353"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var examplePipelineStreams = Cloudflare.Index.GetPipelineStreams.Invoke(new()
{
AccountId = "0123105f4ecef8ad9ca31a8372d0c353",
PipelineId = "043e105f4ecef8ad9ca31a8372d0c353",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetPipelineStreamsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var examplePipelineStreams = CloudflareFunctions.getPipelineStreams(GetPipelineStreamsArgs.builder()
.accountId("0123105f4ecef8ad9ca31a8372d0c353")
.pipelineId("043e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
examplePipelineStreams:
fn::invoke:
function: cloudflare:getPipelineStreams
arguments:
accountId: 0123105f4ecef8ad9ca31a8372d0c353
pipelineId: 043e105f4ecef8ad9ca31a8372d0c353
Using getPipelineStreams
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 getPipelineStreams(args: GetPipelineStreamsArgs, opts?: InvokeOptions): Promise<GetPipelineStreamsResult>
function getPipelineStreamsOutput(args: GetPipelineStreamsOutputArgs, opts?: InvokeOptions): Output<GetPipelineStreamsResult>def get_pipeline_streams(account_id: Optional[str] = None,
max_items: Optional[int] = None,
pipeline_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelineStreamsResult
def get_pipeline_streams_output(account_id: Optional[pulumi.Input[str]] = None,
max_items: Optional[pulumi.Input[int]] = None,
pipeline_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelineStreamsResult]func LookupPipelineStreams(ctx *Context, args *LookupPipelineStreamsArgs, opts ...InvokeOption) (*LookupPipelineStreamsResult, error)
func LookupPipelineStreamsOutput(ctx *Context, args *LookupPipelineStreamsOutputArgs, opts ...InvokeOption) LookupPipelineStreamsResultOutput> Note: This function is named LookupPipelineStreams in the Go SDK.
public static class GetPipelineStreams
{
public static Task<GetPipelineStreamsResult> InvokeAsync(GetPipelineStreamsArgs args, InvokeOptions? opts = null)
public static Output<GetPipelineStreamsResult> Invoke(GetPipelineStreamsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPipelineStreamsResult> getPipelineStreams(GetPipelineStreamsArgs args, InvokeOptions options)
public static Output<GetPipelineStreamsResult> getPipelineStreams(GetPipelineStreamsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getPipelineStreams:getPipelineStreams
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Specifies the public ID of the account.
- Max
Items int - Max items to fetch, default: 1000
- Pipeline
Id string - Specifies the public ID of the pipeline.
- Account
Id string - Specifies the public ID of the account.
- Max
Items int - Max items to fetch, default: 1000
- Pipeline
Id string - Specifies the public ID of the pipeline.
- account
Id String - Specifies the public ID of the account.
- max
Items Integer - Max items to fetch, default: 1000
- pipeline
Id String - Specifies the public ID of the pipeline.
- account
Id string - Specifies the public ID of the account.
- max
Items number - Max items to fetch, default: 1000
- pipeline
Id string - Specifies the public ID of the pipeline.
- account_
id str - Specifies the public ID of the account.
- max_
items int - Max items to fetch, default: 1000
- pipeline_
id str - Specifies the public ID of the pipeline.
- account
Id String - Specifies the public ID of the account.
- max
Items Number - Max items to fetch, default: 1000
- pipeline
Id String - Specifies the public ID of the pipeline.
getPipelineStreams Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Pipeline Streams Result> - The items returned by the data source
- Account
Id string - Specifies the public ID of the account.
- Max
Items int - Max items to fetch, default: 1000
- Pipeline
Id string - Specifies the public ID of the pipeline.
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Pipeline Streams Result - The items returned by the data source
- Account
Id string - Specifies the public ID of the account.
- Max
Items int - Max items to fetch, default: 1000
- Pipeline
Id string - Specifies the public ID of the pipeline.
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Pipeline Streams Result> - The items returned by the data source
- account
Id String - Specifies the public ID of the account.
- max
Items Integer - Max items to fetch, default: 1000
- pipeline
Id String - Specifies the public ID of the pipeline.
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Pipeline Streams Result[] - The items returned by the data source
- account
Id string - Specifies the public ID of the account.
- max
Items number - Max items to fetch, default: 1000
- pipeline
Id string - Specifies the public ID of the pipeline.
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Pipeline Streams Result] - The items returned by the data source
- account_
id str - Specifies the public ID of the account.
- max_
items int - Max items to fetch, default: 1000
- pipeline_
id str - Specifies the public ID of the pipeline.
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- account
Id String - Specifies the public ID of the account.
- max
Items Number - Max items to fetch, default: 1000
- pipeline
Id String - Specifies the public ID of the pipeline.
Supporting Types
GetPipelineStreamsResult
- Created
At string - Endpoint string
- Indicates the endpoint URL of this stream.
- Format
Get
Pipeline Streams Result Format - Http
Get
Pipeline Streams Result Http - Id string
- Indicates a unique identifier for this stream.
- Modified
At string - Name string
- Indicates the name of the Stream.
- Schema
Get
Pipeline Streams Result Schema - Version int
- Indicates the current version of this stream.
- Worker
Binding GetPipeline Streams Result Worker Binding
- Created
At string - Endpoint string
- Indicates the endpoint URL of this stream.
- Format
Get
Pipeline Streams Result Format - Http
Get
Pipeline Streams Result Http - Id string
- Indicates a unique identifier for this stream.
- Modified
At string - Name string
- Indicates the name of the Stream.
- Schema
Get
Pipeline Streams Result Schema - Version int
- Indicates the current version of this stream.
- Worker
Binding GetPipeline Streams Result Worker Binding
- created
At String - endpoint String
- Indicates the endpoint URL of this stream.
- format
Get
Pipeline Streams Result Format - http
Get
Pipeline Streams Result Http - id String
- Indicates a unique identifier for this stream.
- modified
At String - name String
- Indicates the name of the Stream.
- schema
Get
Pipeline Streams Result Schema - version Integer
- Indicates the current version of this stream.
- worker
Binding GetPipeline Streams Result Worker Binding
- created
At string - endpoint string
- Indicates the endpoint URL of this stream.
- format
Get
Pipeline Streams Result Format - http
Get
Pipeline Streams Result Http - id string
- Indicates a unique identifier for this stream.
- modified
At string - name string
- Indicates the name of the Stream.
- schema
Get
Pipeline Streams Result Schema - version number
- Indicates the current version of this stream.
- worker
Binding GetPipeline Streams Result Worker Binding
- created_
at str - endpoint str
- Indicates the endpoint URL of this stream.
- format
Get
Pipeline Streams Result Format - http
Get
Pipeline Streams Result Http - id str
- Indicates a unique identifier for this stream.
- modified_
at str - name str
- Indicates the name of the Stream.
- schema
Get
Pipeline Streams Result Schema - version int
- Indicates the current version of this stream.
- worker_
binding GetPipeline Streams Result Worker Binding
- created
At String - endpoint String
- Indicates the endpoint URL of this stream.
- format Property Map
- http Property Map
- id String
- Indicates a unique identifier for this stream.
- modified
At String - name String
- Indicates the name of the Stream.
- schema Property Map
- version Number
- Indicates the current version of this stream.
- worker
Binding Property Map
GetPipelineStreamsResultFormat
- Compression string
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- Decimal
Encoding string - Available values: "number", "string", "bytes".
- Row
Group intBytes - Timestamp
Format string - Available values: "rfc3339", "unixMillis".
- Type string
- Available values: "json", "parquet".
- Unstructured bool
- Compression string
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- Decimal
Encoding string - Available values: "number", "string", "bytes".
- Row
Group intBytes - Timestamp
Format string - Available values: "rfc3339", "unixMillis".
- Type string
- Available values: "json", "parquet".
- Unstructured bool
- compression String
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal
Encoding String - Available values: "number", "string", "bytes".
- row
Group IntegerBytes - timestamp
Format String - Available values: "rfc3339", "unixMillis".
- type String
- Available values: "json", "parquet".
- unstructured Boolean
- compression string
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal
Encoding string - Available values: "number", "string", "bytes".
- row
Group numberBytes - timestamp
Format string - Available values: "rfc3339", "unixMillis".
- type string
- Available values: "json", "parquet".
- unstructured boolean
- compression str
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal_
encoding str - Available values: "number", "string", "bytes".
- row_
group_ intbytes - timestamp_
format str - Available values: "rfc3339", "unixMillis".
- type str
- Available values: "json", "parquet".
- unstructured bool
- compression String
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal
Encoding String - Available values: "number", "string", "bytes".
- row
Group NumberBytes - timestamp
Format String - Available values: "rfc3339", "unixMillis".
- type String
- Available values: "json", "parquet".
- unstructured Boolean
GetPipelineStreamsResultHttp
- Authentication bool
- Indicates that authentication is required for the HTTP endpoint.
- Cors
Get
Pipeline Streams Result Http Cors - Specifies the CORS options for the HTTP endpoint.
- Enabled bool
- Indicates that the HTTP endpoint is enabled.
- Authentication bool
- Indicates that authentication is required for the HTTP endpoint.
- Cors
Get
Pipeline Streams Result Http Cors - Specifies the CORS options for the HTTP endpoint.
- Enabled bool
- Indicates that the HTTP endpoint is enabled.
- authentication Boolean
- Indicates that authentication is required for the HTTP endpoint.
- cors
Get
Pipeline Streams Result Http Cors - Specifies the CORS options for the HTTP endpoint.
- enabled Boolean
- Indicates that the HTTP endpoint is enabled.
- authentication boolean
- Indicates that authentication is required for the HTTP endpoint.
- cors
Get
Pipeline Streams Result Http Cors - Specifies the CORS options for the HTTP endpoint.
- enabled boolean
- Indicates that the HTTP endpoint is enabled.
- authentication bool
- Indicates that authentication is required for the HTTP endpoint.
- cors
Get
Pipeline Streams Result Http Cors - Specifies the CORS options for the HTTP endpoint.
- enabled bool
- Indicates that the HTTP endpoint is enabled.
- authentication Boolean
- Indicates that authentication is required for the HTTP endpoint.
- cors Property Map
- Specifies the CORS options for the HTTP endpoint.
- enabled Boolean
- Indicates that the HTTP endpoint is enabled.
GetPipelineStreamsResultHttpCors
- Origins List<string>
- Origins []string
- origins List<String>
- origins string[]
- origins Sequence[str]
- origins List<String>
GetPipelineStreamsResultSchema
GetPipelineStreamsResultSchemaField
GetPipelineStreamsResultSchemaFormat
- Compression string
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- Decimal
Encoding string - Available values: "number", "string", "bytes".
- Row
Group intBytes - Timestamp
Format string - Available values: "rfc3339", "unixMillis".
- Type string
- Available values: "json", "parquet".
- Unstructured bool
- Compression string
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- Decimal
Encoding string - Available values: "number", "string", "bytes".
- Row
Group intBytes - Timestamp
Format string - Available values: "rfc3339", "unixMillis".
- Type string
- Available values: "json", "parquet".
- Unstructured bool
- compression String
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal
Encoding String - Available values: "number", "string", "bytes".
- row
Group IntegerBytes - timestamp
Format String - Available values: "rfc3339", "unixMillis".
- type String
- Available values: "json", "parquet".
- unstructured Boolean
- compression string
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal
Encoding string - Available values: "number", "string", "bytes".
- row
Group numberBytes - timestamp
Format string - Available values: "rfc3339", "unixMillis".
- type string
- Available values: "json", "parquet".
- unstructured boolean
- compression str
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal_
encoding str - Available values: "number", "string", "bytes".
- row_
group_ intbytes - timestamp_
format str - Available values: "rfc3339", "unixMillis".
- type str
- Available values: "json", "parquet".
- unstructured bool
- compression String
- Available values: "uncompressed", "snappy", "gzip", "zstd", "lz4".
- decimal
Encoding String - Available values: "number", "string", "bytes".
- row
Group NumberBytes - timestamp
Format String - Available values: "rfc3339", "unixMillis".
- type String
- Available values: "json", "parquet".
- unstructured Boolean
GetPipelineStreamsResultWorkerBinding
- Enabled bool
- Indicates that the worker binding is enabled.
- Enabled bool
- Indicates that the worker binding is enabled.
- enabled Boolean
- Indicates that the worker binding is enabled.
- enabled boolean
- Indicates that the worker binding is enabled.
- enabled bool
- Indicates that the worker binding is enabled.
- enabled Boolean
- Indicates that the worker binding is enabled.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.15.0
published on Saturday, May 2, 2026 by Pulumi
published on Saturday, May 2, 2026 by Pulumi
