Skip to content
Start here

Downloads

resource cloudflare_stream_download

required Expand Collapse
account_id: String

Identifier.

identifier: String

A Cloudflare-generated unique identifier for a media item.

computed Expand Collapse
percent_complete: Float64

Indicates the progress as a percentage between 0 and 100.

status: String

The status of a generated download.

url: String

The URL to access the generated download.

audio: Attributes

The audio-only download. Only present if this download type has been created.

percent_complete: Float64

Indicates the progress as a percentage between 0 and 100.

status: String

The status of a generated download.

url: String

The URL to access the generated download.

default: Attributes

The default video download. Only present if this download type has been created.

percent_complete: Float64

Indicates the progress as a percentage between 0 and 100.

status: String

The status of a generated download.

url: String

The URL to access the generated download.

cloudflare_stream_download

resource "cloudflare_stream_download" "example_stream_download" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
  identifier = "ea95132c15732412d22c1476fa83f27a"
}

data cloudflare_stream_download

required Expand Collapse
account_id: String

Identifier.

identifier: String

A Cloudflare-generated unique identifier for a media item.

computed Expand Collapse
audio: Attributes

The audio-only download. Only present if this download type has been created.

percent_complete: Float64

Indicates the progress as a percentage between 0 and 100.

status: String

The status of a generated download.

url: String

The URL to access the generated download.

default: Attributes

The default video download. Only present if this download type has been created.

percent_complete: Float64

Indicates the progress as a percentage between 0 and 100.

status: String

The status of a generated download.

url: String

The URL to access the generated download.

cloudflare_stream_download

data "cloudflare_stream_download" "example_stream_download" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
  identifier = "ea95132c15732412d22c1476fa83f27a"
}