Data Source: oci_streaming_streams

This data source provides the list of Streams in Oracle Cloud Infrastructure Streaming service.

Lists the streams in the given compartment id. If the compartment id is specified, it will list streams in the compartment, regardless of their stream pool. If the stream pool id is specified, the action will be scoped to that stream pool. The compartment id and stream pool id cannot be specified at the same time.

Example Usage

data "oci_streaming_streams" "test_streams" {

	#Optional
	compartment_id = var.compartment_id
	id = var.stream_id
	name = var.stream_name
	state = var.stream_state
	stream_pool_id = oci_streaming_stream_pool.test_stream_pool.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Stream Reference

The following attributes are exported: