Skip to content

Commit

Permalink
Merge pull request #90 from spring-media/feat/OTT-6942
Browse files Browse the repository at this point in the history
docs: document new param
  • Loading branch information
thatsddr authored Jan 13, 2025
2 parents 46b0550 + 7692a4e commit 9792ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/awsmt_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ In addition to all arguments above, the following attributes are exported:
- `arn` - The ARN of the channel.
- `channel_state` - Returns whether the channel is running or not.
- `creation_time` - The timestamp of when the channel was created.
- `enable_as_run_logs` - Whether channel assembly logs are enabled.
- `filler_slate` – The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode.
- `source_location_name` - The name of the source location where the slate VOD source is stored.
- `vod_source_name` - The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/awsmt_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following arguments are supported:

- `name` - (Required) The name of the channel.
- `channel_state` - (Optional) The state of the channel. Can be either `RUNNING` or `STOPPED`.
- `enable_as_run_logs` - (Optional) Whether to enable channel assembly logs.
- `filler_slate` – (Optional) The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode.
- `source_location_name` - (Optional) The name of the source location where the slate VOD source is stored.
- `vod_source_name` - (Optional) The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
Expand Down

0 comments on commit 9792ad3

Please sign in to comment.