Definition of AWS::MediaTailor::Channel Resource Type
channel_name
(String)outputs
(Attributes List) The channel's output properties.
(see below for nested schema)playback_mode
(String)audiences
(List of String) The list of audiences defined in channel.
filler_slate
(Attributes) Slate VOD source configuration.
(see below for nested schema)log_configuration
(Attributes) The log configuration for the channel.
(see below for nested schema)tags
(Attributes Set) The tags to assign to the channel. (see below for nested schema)tier
(String)time_shift_configuration
(Attributes) The configuration for time-shifted viewing.
(see below for nested schema)arn
(String) The ARN of the channel.
id
(String) Uniquely identifies the resource.outputs
Required:
manifest_name
(String) The name of the manifest for the channel. The name appears in the PlaybackUrl
.
source_group
(String) A string used to match which HttpPackageConfiguration
is used for each VodSource
.
Optional:
dash_playlist_settings
(Attributes) Dash manifest configuration parameters.
(see below for nested schema)hls_playlist_settings
(Attributes) HLS playlist configuration parameters.
(see below for nested schema)outputs.dash_playlist_settings
Optional:
manifest_window_seconds
(Number) The total duration (in seconds) of each manifest. Minimum value: 30
seconds. Maximum value: 3600
seconds.
min_buffer_time_seconds
(Number) Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2
seconds. Maximum value: 60
seconds.
min_update_period_seconds
(Number) Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2
seconds. Maximum value: 60
seconds.
suggested_presentation_delay_seconds
(Number) Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2
seconds. Maximum value: 60
seconds.
outputs.hls_playlist_settings
Optional:
ad_markup_type
(List of String) Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE
to use DATERANGE
tags (for live or VOD content). Specify SCTE35_ENHANCED
to use EXT-X-CUE-OUT
and EXT-X-CUE-IN
tags (for VOD content only).
manifest_window_seconds
(Number) The total duration (in seconds) of each manifest. Minimum value: 30
seconds. Maximum value: 3600
seconds.
filler_slate
Optional:
source_location_name
(String) The name of the source location where the slate VOD source is stored.
vod_source_name
(String) The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
log_configuration
Optional:
log_types
(List of String) The log types.
tags
Required:
key
(String)value
(String)time_shift_configuration
Required:
max_time_delay_seconds
(Number) The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
Import is supported using the following syntax:
$ terraform import awscc_mediatailor_channel.example <resource ID>