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 examplePipelineStream = cloudflare.getPipelineStream({
accountId: "0123105f4ecef8ad9ca31a8372d0c353",
streamId: "033e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_pipeline_stream = cloudflare.get_pipeline_stream(account_id="0123105f4ecef8ad9ca31a8372d0c353",
stream_id="033e105f4ecef8ad9ca31a8372d0c353")
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.GetPipelineStream(ctx, &cloudflare.LookupPipelineStreamArgs{
AccountId: pulumi.StringRef("0123105f4ecef8ad9ca31a8372d0c353"),
StreamId: pulumi.StringRef("033e105f4ecef8ad9ca31a8372d0c353"),
}, 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 examplePipelineStream = Cloudflare.Index.GetPipelineStream.Invoke(new()
{
AccountId = "0123105f4ecef8ad9ca31a8372d0c353",
StreamId = "033e105f4ecef8ad9ca31a8372d0c353",
});
});
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.GetPipelineStreamArgs;
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 examplePipelineStream = CloudflareFunctions.getPipelineStream(GetPipelineStreamArgs.builder()
.accountId("0123105f4ecef8ad9ca31a8372d0c353")
.streamId("033e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
examplePipelineStream:
fn::invoke:
function: cloudflare:getPipelineStream
arguments:
accountId: 0123105f4ecef8ad9ca31a8372d0c353
streamId: 033e105f4ecef8ad9ca31a8372d0c353
Using getPipelineStream
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 getPipelineStream(args: GetPipelineStreamArgs, opts?: InvokeOptions): Promise<GetPipelineStreamResult>
function getPipelineStreamOutput(args: GetPipelineStreamOutputArgs, opts?: InvokeOptions): Output<GetPipelineStreamResult>def get_pipeline_stream(account_id: Optional[str] = None,
filter: Optional[GetPipelineStreamFilter] = None,
stream_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelineStreamResult
def get_pipeline_stream_output(account_id: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[GetPipelineStreamFilterArgs]] = None,
stream_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelineStreamResult]func LookupPipelineStream(ctx *Context, args *LookupPipelineStreamArgs, opts ...InvokeOption) (*LookupPipelineStreamResult, error)
func LookupPipelineStreamOutput(ctx *Context, args *LookupPipelineStreamOutputArgs, opts ...InvokeOption) LookupPipelineStreamResultOutput> Note: This function is named LookupPipelineStream in the Go SDK.
public static class GetPipelineStream
{
public static Task<GetPipelineStreamResult> InvokeAsync(GetPipelineStreamArgs args, InvokeOptions? opts = null)
public static Output<GetPipelineStreamResult> Invoke(GetPipelineStreamInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPipelineStreamResult> getPipelineStream(GetPipelineStreamArgs args, InvokeOptions options)
public static Output<GetPipelineStreamResult> getPipelineStream(GetPipelineStreamArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getPipelineStream:getPipelineStream
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Specifies the public ID of the account.
- Filter
Get
Pipeline Stream Filter - Stream
Id string - Specifies the public ID of the stream.
- Account
Id string - Specifies the public ID of the account.
- Filter
Get
Pipeline Stream Filter - Stream
Id string - Specifies the public ID of the stream.
- account
Id String - Specifies the public ID of the account.
- filter
Get
Pipeline Stream Filter - stream
Id String - Specifies the public ID of the stream.
- account
Id string - Specifies the public ID of the account.
- filter
Get
Pipeline Stream Filter - stream
Id string - Specifies the public ID of the stream.
- account_
id str - Specifies the public ID of the account.
- filter
Get
Pipeline Stream Filter - stream_
id str - Specifies the public ID of the stream.
- account
Id String - Specifies the public ID of the account.
- filter Property Map
- stream
Id String - Specifies the public ID of the stream.
getPipelineStream Result
The following output properties are available:
- Created
At string - Endpoint string
- Indicates the endpoint URL of this stream.
- Format
Get
Pipeline Stream Format - Http
Get
Pipeline Stream Http - Id string
- Specifies the public ID of the stream.
- Modified
At string - Name string
- Indicates the name of the Stream.
- Schema
Get
Pipeline Stream Schema - Version int
- Indicates the current version of this stream.
- Worker
Binding GetPipeline Stream Worker Binding - Account
Id string - Specifies the public ID of the account.
- Filter
Get
Pipeline Stream Filter - Stream
Id string - Specifies the public ID of the stream.
- Created
At string - Endpoint string
- Indicates the endpoint URL of this stream.
- Format
Get
Pipeline Stream Format - Http
Get
Pipeline Stream Http - Id string
- Specifies the public ID of the stream.
- Modified
At string - Name string
- Indicates the name of the Stream.
- Schema
Get
Pipeline Stream Schema - Version int
- Indicates the current version of this stream.
- Worker
Binding GetPipeline Stream Worker Binding - Account
Id string - Specifies the public ID of the account.
- Filter
Get
Pipeline Stream Filter - Stream
Id string - Specifies the public ID of the stream.
- created
At String - endpoint String
- Indicates the endpoint URL of this stream.
- format
Get
Pipeline Stream Format - http
Get
Pipeline Stream Http - id String
- Specifies the public ID of the stream.
- modified
At String - name String
- Indicates the name of the Stream.
- schema
Get
Pipeline Stream Schema - version Integer
- Indicates the current version of this stream.
- worker
Binding GetPipeline Stream Worker Binding - account
Id String - Specifies the public ID of the account.
- filter
Get
Pipeline Stream Filter - stream
Id String - Specifies the public ID of the stream.
- created
At string - endpoint string
- Indicates the endpoint URL of this stream.
- format
Get
Pipeline Stream Format - http
Get
Pipeline Stream Http - id string
- Specifies the public ID of the stream.
- modified
At string - name string
- Indicates the name of the Stream.
- schema
Get
Pipeline Stream Schema - version number
- Indicates the current version of this stream.
- worker
Binding GetPipeline Stream Worker Binding - account
Id string - Specifies the public ID of the account.
- filter
Get
Pipeline Stream Filter - stream
Id string - Specifies the public ID of the stream.
- created_
at str - endpoint str
- Indicates the endpoint URL of this stream.
- format
Get
Pipeline Stream Format - http
Get
Pipeline Stream Http - id str
- Specifies the public ID of the stream.
- modified_
at str - name str
- Indicates the name of the Stream.
- schema
Get
Pipeline Stream Schema - version int
- Indicates the current version of this stream.
- worker_
binding GetPipeline Stream Worker Binding - account_
id str - Specifies the public ID of the account.
- filter
Get
Pipeline Stream Filter - stream_
id str - Specifies the public ID of the stream.
- created
At String - endpoint String
- Indicates the endpoint URL of this stream.
- format Property Map
- http Property Map
- id String
- Specifies the public ID of the 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 - account
Id String - Specifies the public ID of the account.
- filter Property Map
- stream
Id String - Specifies the public ID of the stream.
Supporting Types
GetPipelineStreamFilter
- Pipeline
Id string - Specifies the public ID of the pipeline.
- Pipeline
Id string - Specifies the public ID of the pipeline.
- pipeline
Id String - Specifies the public ID of the pipeline.
- pipeline
Id string - Specifies the public ID of the pipeline.
- pipeline_
id str - Specifies the public ID of the pipeline.
- pipeline
Id String - Specifies the public ID of the pipeline.
GetPipelineStreamFormat
- 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
GetPipelineStreamHttp
- Authentication bool
- Indicates that authentication is required for the HTTP endpoint.
- Cors
Get
Pipeline Stream 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 Stream 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 Stream 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 Stream 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 Stream 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.
GetPipelineStreamHttpCors
- Origins List<string>
- Origins []string
- origins List<String>
- origins string[]
- origins Sequence[str]
- origins List<String>
GetPipelineStreamSchema
GetPipelineStreamSchemaField
GetPipelineStreamSchemaFormat
- 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
GetPipelineStreamWorkerBinding
- 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
