Skip to content

Commit 9792ad3

Browse files
authored
Merge pull request #90 from spring-media/feat/OTT-6942
docs: document new param
2 parents 46b0550 + 7692a4e commit 9792ad3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/data-sources/awsmt_channel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ In addition to all arguments above, the following attributes are exported:
2323
- `arn` - The ARN of the channel.
2424
- `channel_state` - Returns whether the channel is running or not.
2525
- `creation_time` - The timestamp of when the channel was created.
26+
- `enable_as_run_logs` - Whether channel assembly logs are enabled.
2627
- `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.
2728
- `source_location_name` - The name of the source location where the slate VOD source is stored.
2829
- `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.

docs/resources/awsmt_channel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following arguments are supported:
2525

2626
- `name` - (Required) The name of the channel.
2727
- `channel_state` - (Optional) The state of the channel. Can be either `RUNNING` or `STOPPED`.
28+
- `enable_as_run_logs` - (Optional) Whether to enable channel assembly logs.
2829
- `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.
2930
- `source_location_name` - (Optional) The name of the source location where the slate VOD source is stored.
3031
- `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.

0 commit comments

Comments
 (0)