String accessType
The type of authentication used to access content from HttpConfiguration::BaseUrl on your source
location.
S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your
source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4)
authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL
must follow the S3 virtual hosted-style request URL format. For example,
https://bucket-name.s3.Region.amazonaws.com/key-name.
Before you can use S3_SIGV4, you must meet these requirements:
• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide.
• The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations.
• The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.
AUTODETECT_SIGV4 - AWS Signature Version 4 authentication for a set of supported services:
MediaPackage Version 2 and Amazon S3 hosted virtual-style access. If your source location base URL is a
MediaPackage Version 2 endpoint or an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4)
authentication to access the resource where your source content is stored.
Before you can use AUTODETECT_SIGV4 with a MediaPackage Version 2 endpoint, you must meet these
requirements:
• You must grant MediaTailor access to your MediaPackage endpoint by granting
mediatailor.amazonaws.com principal access in an Origin Access policy on the endpoint.
• Your MediaTailor source location base URL must be a MediaPackage V2 endpoint.
• The caller of the API must have mediapackagev2:GetObject IAM permissions to read all top level
manifests referenced by the MediaTailor source packaging configurations.
Before you can use AUTODETECT_SIGV4 with an Amazon S3 bucket, you must meet these requirements:
• You must grant MediaTailor access to your S3 bucket by granting mediatailor.amazonaws.com
principal access in IAM. For more information about configuring access in IAM, see Access management in the IAM User
Guide..
• The mediatailor.amazonaws.com service principal must have permissions to read all top-level
manifests referenced by the VodSource packaging configurations.
• The caller of the API must have s3:GetObject IAM permissions to read all top level manifests
referenced by your MediaTailor VodSource packaging configurations.
SecretsManagerAccessTokenConfiguration secretsManagerAccessTokenConfiguration
AWS Secrets Manager access token configuration parameters.
List<E> adBreakMetadata
Defines a list of key/value pairs that MediaTailor generates within the EXT-X-ASSETtag for
SCTE35_ENHANCED output.
String messageType
The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT, TIME_SIGNAL.
Long offsetMillis
How long (in milliseconds) after the beginning of the program that an ad starts. This value must fall within 100ms of a segment boundary, otherwise the ad break will be skipped.
SlateSource slate
Ad break slate configuration.
SpliceInsertMessage spliceInsertMessage
This defines the SCTE-35 splice_insert() message inserted around the ad. For information about using
splice_insert(), see the SCTE-35 specficiaiton, section 9.7.3.1.
TimeSignalMessage timeSignalMessage
Defines the SCTE-35 time_signal message inserted around the ad.
Programs on a channel's schedule can be configured with one or more ad breaks. You can attach a
splice_insert SCTE-35 message to the ad break. This message provides basic metadata about the ad
break.
See section 9.7.4 of the 2022 SCTE-35 specification for more information.
Long offsetMillis
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
Boolean enabled
Enables ad marker passthrough for your configuration.
String alertCode
The code for the alert. For example, NOT_PROCESSED.
String alertMessage
If an alert is generated for a resource, an explanation of the reason for the alert.
String category
The category that MediaTailor assigns to the alert.
Date lastModifiedTime
The timestamp when the alert was last modified.
List<E> relatedResourceArns
The Amazon Resource Names (ARNs) related to this alert.
String resourceArn
The Amazon Resource Name (ARN) of the resource.
String dynamicVariable
The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide.
You can include up to 100 dynamic variables.
String operator
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used
for the comparison.
String fillPolicy
Defines the policy to apply to the avail suppression mode. BEHIND_LIVE_EDGE will always use the full
avail suppression policy. AFTER_LIVE_EDGE mode can be used to invoke partial ad break fills when a
session starts mid-break.
String mode
Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate.
When Mode is set to BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks
on or behind the ad suppression Value time in the manifest lookback window. When Mode is set to
AFTER_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks that are within the
live edge plus the avail suppression value.
String value
A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.
String adSegmentUrlPrefix
A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses
Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a
rule in your CDN for the origin ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name
in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as
the source for ad segments.
String contentSegmentUrlPrefix
A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to
the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the
rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it
reports your CDN as the source for content segments.
String arn
The ARN of the channel.
String channelName
The name of the channel.
String channelState
Returns the state whether the channel is running or not.
Date creationTime
The timestamp of when the channel was created.
SlateSource fillerSlate
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel
uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels
using the LOOP PlaybackMode.
Date lastModifiedTime
The timestamp of when the channel was last modified.
LogConfigurationForChannel logConfiguration
The log configuration.
List<E> outputs
The channel's output properties.
String playbackMode
The type of playback mode for this channel.
LINEAR - Programs play back-to-back only once.
LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays,
playback loops back to the first program in the schedule.
Map<K,V> tags
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String tier
The tier for this channel. STANDARD tier channels can contain live programs.
Long endOffsetMillis
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
Integer percentEnabled
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your
playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for
600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration
sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
String playbackConfigurationName
The name of the playback configuration.
String channelName
The name of the channel.
SlateSource fillerSlate
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel
uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels
using the LOOP PlaybackMode.
List<E> outputs
The channel's output properties.
String playbackMode
The type of playback mode to use for this channel.
LINEAR - The programs in the schedule play once back-to-back in the schedule.
LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in
the schedule stops playing, playback loops back to the first program in the schedule.
Map<K,V> tags
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String tier
The tier of the channel.
TimeShiftConfiguration timeShiftConfiguration
The time-shifted viewing configuration you want to associate to the channel.
String arn
The Amazon Resource Name (ARN) to assign to the channel.
String channelName
The name to assign to the channel.
String channelState
Indicates whether the channel is in a running state or not.
Date creationTime
The timestamp of when the channel was created.
SlateSource fillerSlate
Contains information about the slate used to fill gaps between programs in the schedule.
Date lastModifiedTime
The timestamp of when the channel was last modified.
List<E> outputs
The output properties to assign to the channel.
String playbackMode
The playback mode to assign to the channel.
Map<K,V> tags
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String tier
The tier of the channel.
TimeShiftConfiguration timeShiftConfiguration
The time-shifted viewing configuration assigned to the channel.
List<E> httpPackageConfigurations
A list of HTTP package configuration parameters for this live source.
String liveSourceName
The name of the live source.
String sourceLocationName
The name of the source location.
Map<K,V> tags
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String arn
The ARN to assign to the live source.
Date creationTime
The time the live source was created.
List<E> httpPackageConfigurations
A list of HTTP package configuration parameters for this live source.
Date lastModifiedTime
The time the live source was last modified.
String liveSourceName
The name to assign to the live source.
String sourceLocationName
The name to assign to the source location of the live source.
Map<K,V> tags
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
PrefetchConsumption consumption
The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.
String name
The name to assign to the schedule request.
String playbackConfigurationName
The name to assign to the playback configuration.
PrefetchRetrieval retrieval
The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.
String streamId
An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same
playback configuration. If StreamId is specified, MediaTailor returns all of the prefetch schedules
with an exact match on StreamId. If not specified, MediaTailor returns all of the prefetch schedules
for the playback configuration, regardless of StreamId.
String arn
The ARN to assign to the prefetch schedule.
PrefetchConsumption consumption
The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.
String name
The name to assign to the prefetch schedule.
String playbackConfigurationName
The name to assign to the playback configuration.
PrefetchRetrieval retrieval
The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.
String streamId
An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same
playback configuration. If StreamId is specified, MediaTailor returns all of the prefetch schedules
with an exact match on StreamId. If not specified, MediaTailor returns all of the prefetch schedules
for the playback configuration, regardless of StreamId.
List<E> adBreaks
The ad break configuration settings.
String channelName
The name of the channel for this Program.
String liveSourceName
The name of the LiveSource for this Program.
String programName
The name of the Program.
ScheduleConfiguration scheduleConfiguration
The schedule configuration settings.
String sourceLocationName
The name of the source location.
String vodSourceName
The name that's used to refer to a VOD source.
List<E> adBreaks
The ad break configuration settings.
String arn
The ARN to assign to the program.
String channelName
The name to assign to the channel for this program.
ClipRange clipRange
The clip range configuration settings.
Date creationTime
The time the program was created.
Long durationMillis
The duration of the live program in milliseconds.
String liveSourceName
The name of the LiveSource for this Program.
String programName
The name to assign to this program.
Date scheduledStartTime
The scheduled start time for this Program.
String sourceLocationName
The name to assign to the source location for this program.
String vodSourceName
The name that's used to refer to a VOD source.
AccessConfiguration accessConfiguration
Access configuration parameters. Configures the type of authentication used to access content from your source location.
DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration
The optional configuration for the server that serves segments.
HttpConfiguration httpConfiguration
The source's HTTP package configurations.
List<E> segmentDeliveryConfigurations
A list of the segment delivery configurations associated with this resource.
String sourceLocationName
The name associated with the source location.
Map<K,V> tags
The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
AccessConfiguration accessConfiguration
Access configuration parameters. Configures the type of authentication used to access content from your source location.
String arn
The ARN to assign to the source location.
Date creationTime
The time the source location was created.
DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration
The optional configuration for the server that serves segments.
HttpConfiguration httpConfiguration
The source's HTTP package configurations.
Date lastModifiedTime
The time the source location was last modified.
List<E> segmentDeliveryConfigurations
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
String sourceLocationName
The name to assign to the source location.
Map<K,V> tags
The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
List<E> httpPackageConfigurations
A list of HTTP package configuration parameters for this VOD source.
String sourceLocationName
The name of the source location for this VOD source.
Map<K,V> tags
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String vodSourceName
The name associated with the VOD source.>
String arn
The ARN to assign to this VOD source.
Date creationTime
The time the VOD source was created.
List<E> httpPackageConfigurations
A list of HTTP package configuration parameters for this VOD source.
Date lastModifiedTime
The time the VOD source was last modified.
String sourceLocationName
The name to assign to the source location for this VOD source.
Map<K,V> tags
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String vodSourceName
The name to assign to the VOD source.
String manifestEndpointPrefix
The URL generated by MediaTailor to initiate a playback session. The session uses server-side reporting. This setting is ignored in PUT operations.
String mpdLocation
The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates
the Location tag with the URL for manifest update requests, to be used by players that don't support sticky
redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are
either using client-side reporting or your players support sticky HTTP redirects. Valid values are
DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of
the tag and is the default value.
String originManifestType
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests
or single-period manifests. If your origin server produces single-period manifests, set this to
SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit
this setting or set it to MULTI_PERIOD.
String mpdLocation
The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates
the Location tag with the URL for manifest update requests, to be used by players that don't support sticky
redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are
either using client-side reporting or your players support sticky HTTP redirects. Valid values are
DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of
the tag and is the default value.
String originManifestType
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests
or single-period manifests. If your origin server produces single-period manifests, set this to
SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit
this setting or set it to MULTI_PERIOD.
Integer manifestWindowSeconds
The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value:
3600 seconds.
Integer minBufferTimeSeconds
Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value:
2 seconds. Maximum value: 60 seconds.
Integer minUpdatePeriodSeconds
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.
Integer suggestedPresentationDelaySeconds
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.
String baseUrl
The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.
String channelName
The name of the channel associated with this channel policy.
String channelName
The name of the channel.
String name
The name of the playback configuration.
String sourceLocationName
The name of the source location.
String channelName
The name of the channel.
String arn
The ARN of the channel.
String channelName
The name of the channel.
String channelState
Indicates whether the channel is in a running state or not.
Date creationTime
The timestamp of when the channel was created.
SlateSource fillerSlate
Contains information about the slate used to fill gaps between programs in the schedule.
Date lastModifiedTime
The timestamp of when the channel was last modified.
LogConfigurationForChannel logConfiguration
The log configuration for the channel.
List<E> outputs
The channel's output properties.
String playbackMode
The channel's playback mode.
Map<K,V> tags
The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String tier
The channel's tier.
TimeShiftConfiguration timeShiftConfiguration
The time-shifted viewing configuration for the channel.
String arn
The ARN of the live source.
Date creationTime
The timestamp that indicates when the live source was created.
List<E> httpPackageConfigurations
The HTTP package configurations.
Date lastModifiedTime
The timestamp that indicates when the live source was modified.
String liveSourceName
The name of the live source.
String sourceLocationName
The name of the source location associated with the live source.
Map<K,V> tags
The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
List<E> adBreaks
The ad break configuration settings.
String arn
The ARN of the program.
String channelName
The name of the channel that the program belongs to.
ClipRange clipRange
The clip range configuration settings.
Date creationTime
The timestamp of when the program was created.
Long durationMillis
The duration of the live program in milliseconds.
String liveSourceName
The name of the LiveSource for this Program.
String programName
The name of the program.
Date scheduledStartTime
The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.
String sourceLocationName
The source location name.
String vodSourceName
The name that's used to refer to a VOD source.
String sourceLocationName
The name of the source location.
AccessConfiguration accessConfiguration
The access configuration for the source location.
String arn
The ARN of the source location.
Date creationTime
The timestamp that indicates when the source location was created.
DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration
The default segment delivery configuration settings.
HttpConfiguration httpConfiguration
The HTTP package configuration settings for the source location.
Date lastModifiedTime
The timestamp that indicates when the source location was last modified.
List<E> segmentDeliveryConfigurations
A list of the segment delivery configurations associated with this resource.
String sourceLocationName
The name of the source location.
Map<K,V> tags
The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
List<E> adBreakOpportunities
The ad break opportunities within the VOD source.
String arn
The ARN of the VOD source.
Date creationTime
The timestamp that indicates when the VOD source was created.
List<E> httpPackageConfigurations
The HTTP package configurations.
Date lastModifiedTime
The last modified time of the VOD source.
String sourceLocationName
The name of the source location associated with the VOD source.
Map<K,V> tags
The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String vodSourceName
The name of the VOD source.
String channelName
The name of the channel associated with this Channel Policy.
String policy
The IAM policy for the channel. IAM policies are used to control access to your channel.
String channelName
The name of the channel associated with this Channel Schedule.
String durationMinutes
The duration in minutes of the channel schedule.
Integer maxResults
The maximum number of channel schedules that you want MediaTailor to return in response to the current request.
If there are more than MaxResults channel schedules, use the value of NextToken in the
response to get the next page of results.
String nextToken
(Optional) If the playback configuration has more than MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and
specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more channel schedules to
get.
String name
The identifier for the playback configuration.
String adDecisionServerUrl
The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
AvailSuppression availSuppression
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
Bumper bumper
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
CdnConfiguration cdnConfiguration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
Map<K,V> configurationAliases
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
DashConfiguration dashConfiguration
The configuration for DASH content.
HlsConfiguration hlsConfiguration
The configuration for HLS content.
LivePreRollConfiguration livePreRollConfiguration
The configuration for pre-roll ad insertion.
LogConfiguration logConfiguration
The Amazon CloudWatch log settings for a playback configuration.
ManifestProcessingRules manifestProcessingRules
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
String name
The identifier for the playback configuration.
Integer personalizationThresholdSeconds
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
String playbackConfigurationArn
The Amazon Resource Name (ARN) for the playback configuration.
String playbackEndpointPrefix
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
String sessionInitializationEndpointPrefix
The URL that the player uses to initialize a session that uses client-side reporting.
String slateAdUrl
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
Map<K,V> tags
The tags assigned to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String transcodeProfileName
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
String videoContentSourceUrl
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
String name
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
String playbackConfigurationName
Returns information about the prefetch schedule for a specific playback configuration. If you call
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
String arn
The Amazon Resource Name (ARN) of the prefetch schedule.
PrefetchConsumption consumption
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
String name
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
String playbackConfigurationName
The name of the playback configuration to create the prefetch schedule for.
PrefetchRetrieval retrieval
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
String streamId
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
String manifestEndpointPrefix
The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
List<E> adMarkupType
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).
Integer manifestWindowSeconds
The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value:
3600 seconds.
String baseUrl
The base URL for the source location host server. This string must include the protocol, such as https://.
String path
The relative path to the URL for this VOD source. This is combined with
SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.
String sourceGroup
The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.
String type
The streaming protocol for this package configuration. Supported values are HLS and
DASH.
String key
For SCTE35_ENHANCED output, defines a key. MediaTailor takes this key, and its associated value, and
generates the key/value pair within the EXT-X-ASSETtag. If you specify a key, you must also specify
a corresponding value.
String value
For SCTE35_ENHANCED output, defines a value. MediaTailor; takes this value, and its associated key,
and generates the key/value pair within the EXT-X-ASSETtag. If you specify a value, you must also
specify a corresponding key.
Integer maxResults
The maximum number of alerts that you want MediaTailor to return in response to the current request. If there are
more than MaxResults alerts, use the value of NextToken in the response to get the next
page of results.
String nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
String resourceArn
The Amazon Resource Name (ARN) of the resource.
Integer maxResults
The maximum number of channels that you want MediaTailor to return in response to the current request. If there
are more than MaxResults channels, use the value of NextToken in the response to get
the next page of results.
String nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
Integer maxResults
The maximum number of live sources that you want MediaTailor to return in response to the current request. If
there are more than MaxResults live sources, use the value of NextToken in the response
to get the next page of results.
String nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
String sourceLocationName
The name of the source location associated with this Live Sources list.
Integer maxResults
The maximum number of playback configurations that you want MediaTailor to return in response to the current
request. If there are more than MaxResults playback configurations, use the value of
NextToken in the response to get the next page of results.
String nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
List<E> items
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
String nextToken
Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
Integer maxResults
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request.
If there are more than MaxResults prefetch schedules, use the value of NextToken in the
response to get the next page of results.
String nextToken
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use
NextToken to get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and
specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to
get.
String playbackConfigurationName
Retrieves the prefetch schedule(s) for a specific playback configuration.
String streamId
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
List<E> items
Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch,
just that that page was empty.
String nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
Integer maxResults
The maximum number of source locations that you want MediaTailor to return in response to the current request. If
there are more than MaxResults source locations, use the value of NextToken in the
response to get the next page of results.
String nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
String resourceArn
The Amazon Resource Name (ARN) associated with this resource.
Map<K,V> tags
The tags associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
Integer maxResults
The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If
there are more than MaxResults VOD sources, use the value of NextToken in the response
to get the next page of results.
String nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
String sourceLocationName
The name of the source location associated with this VOD Source list.
String adDecisionServerUrl
The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
Integer maxDurationSeconds
The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.
String arn
The ARN for the live source.
Date creationTime
The timestamp that indicates when the live source was created.
List<E> httpPackageConfigurations
The HTTP package configurations for the live source.
Date lastModifiedTime
The timestamp that indicates when the live source was last modified.
String liveSourceName
The name that's used to refer to a live source.
String sourceLocationName
The name of the source location.
Map<K,V> tags
The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
Integer percentEnabled
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your
playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor
sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback
configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
AdMarkerPassthrough adMarkerPassthrough
For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN,
EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the
MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of
60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
String adDecisionServerUrl
The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.
AvailSuppression availSuppression
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
Bumper bumper
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
CdnConfiguration cdnConfiguration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
Map<K,V> configurationAliases
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
DashConfiguration dashConfiguration
The configuration for a DASH source.
HlsConfiguration hlsConfiguration
The configuration for HLS content.
LivePreRollConfiguration livePreRollConfiguration
The configuration for pre-roll ad insertion.
LogConfiguration logConfiguration
The Amazon CloudWatch log settings for a playback configuration.
ManifestProcessingRules manifestProcessingRules
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
String name
The identifier for the playback configuration.
Integer personalizationThresholdSeconds
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
String playbackConfigurationArn
The Amazon Resource Name (ARN) for the playback configuration.
String playbackEndpointPrefix
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
String sessionInitializationEndpointPrefix
The URL that the player uses to initialize a session that uses client-side reporting.
String slateAdUrl
The URL for a video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
Map<K,V> tags
The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String transcodeProfileName
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
String videoContentSourceUrl
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
List<E> availMatchingCriteria
If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic
variables, such as scte.event_id, set the avail matching criteria.
Date endTime
The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor
automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually
delete the prefetch schedule, you can call DeletePrefetchSchedule.
Date startTime
The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime,
the prefetched ads are available after MediaTailor retrives them from the ad decision server.
Map<K,V> dynamicVariables
The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).
You initially configure dynamic
variables for the ADS URL when you set up your playback configuration. When you specify
DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request
to the ADS.
Date endTime
The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest requests that occur at or before this time.
Date startTime
The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for manifest requests that occur at or after this time. Defaults to the current time. If not specified, the prefetch retrieval starts as soon as possible.
String arn
The Amazon Resource Name (ARN) of the prefetch schedule.
PrefetchConsumption consumption
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
String name
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
String playbackConfigurationName
The name of the playback configuration to create the prefetch schedule for.
PrefetchRetrieval retrieval
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
String streamId
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
String adDecisionServerUrl
The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.
AvailSuppression availSuppression
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
Bumper bumper
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
CdnConfiguration cdnConfiguration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
Map<K,V> configurationAliases
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
DashConfigurationForPut dashConfiguration
The configuration for DASH content.
LivePreRollConfiguration livePreRollConfiguration
The configuration for pre-roll ad insertion.
ManifestProcessingRules manifestProcessingRules
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
String name
The identifier for the playback configuration.
Integer personalizationThresholdSeconds
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
String slateAdUrl
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
Map<K,V> tags
The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String transcodeProfileName
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
String videoContentSourceUrl
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
String adDecisionServerUrl
The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.
AvailSuppression availSuppression
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
Bumper bumper
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
CdnConfiguration cdnConfiguration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
Map<K,V> configurationAliases
The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
DashConfiguration dashConfiguration
The configuration for DASH content.
HlsConfiguration hlsConfiguration
The configuration for HLS content.
LivePreRollConfiguration livePreRollConfiguration
The configuration for pre-roll ad insertion.
LogConfiguration logConfiguration
The Amazon CloudWatch log settings for a playback configuration.
ManifestProcessingRules manifestProcessingRules
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
String name
The identifier for the playback configuration.
Integer personalizationThresholdSeconds
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
String playbackConfigurationArn
The Amazon Resource Name (ARN) associated with the playback configuration.
String playbackEndpointPrefix
The playback endpoint prefix associated with the playback configuration.
String sessionInitializationEndpointPrefix
The session initialization endpoint prefix associated with the playback configuration.
String slateAdUrl
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
Map<K,V> tags
The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String transcodeProfileName
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
String videoContentSourceUrl
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
DashPlaylistSettings dashPlaylistSettings
DASH manifest configuration parameters.
HlsPlaylistSettings hlsPlaylistSettings
HLS playlist configuration parameters.
String manifestName
The name of the manifest for the channel. The name appears in the PlaybackUrl.
String sourceGroup
A string used to match which HttpPackageConfiguration is used for each VodSource.
DashPlaylistSettings dashPlaylistSettings
DASH manifest configuration settings.
HlsPlaylistSettings hlsPlaylistSettings
HLS manifest configuration settings.
String manifestName
The name of the manifest for the channel that will appear in the channel output's playback URL.
String playbackUrl
The URL used for playback by content players.
String sourceGroup
A string used to associate a package configuration source group with a channel output.
Long approximateDurationSeconds
The approximate duration of the ad break, in seconds.
Date approximateStartTime
The approximate time that the ad will start playing.
String sourceLocationName
The name of the source location containing the VOD source used for the ad break.
String vodSourceName
The name of the VOD source used for the ad break.
ClipRange clipRange
Program clip range configuration.
Transition transition
Program transition configurations.
Long approximateDurationSeconds
The approximate duration of this program, in seconds.
Date approximateStartTime
The approximate time that the program will start playing.
String arn
The ARN of the program.
String channelName
The name of the channel that uses this schedule.
String liveSourceName
The name of the live source used for the program.
String programName
The name of the program.
List<E> scheduleAdBreaks
The schedule's ad break properties.
String scheduleEntryType
The type of schedule entry.
String sourceLocationName
The name of the source location.
String vodSourceName
The name of the VOD source.
String headerName
The name of the HTTP header used to supply the access token in requests to the source location.
String secretArn
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.
String secretStringKey
The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.
Integer segmentNum
The segment number to assign to the segmentation_descriptor.segment_num message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive. The default value
is 0.
Integer segmentationEventId
The Event Identifier to assign to the segmentation_descriptor.segmentation_event_id message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. The default value is 1.
Integer segmentationTypeId
The Type Identifier to assign to the segmentation_descriptor.segmentation_type_id message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The
default value is 48.
String segmentationUpid
The Upid to assign to the segmentation_descriptor.segmentation_upid message, as defined in section
10.3.3.1 of the 2022 SCTE-35 specification. The value must be a hexadecimal string containing only the characters
0 though 9 and A through F. The default value is "" (an empty string).
Integer segmentationUpidType
The Upid Type to assign to the segmentation_descriptor.segmentation_upid_type message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The default
value is 14.
Integer segmentsExpected
The number of segments expected, which is assigned to the segmentation_descriptor.segments_expectedS
message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256,
inclusive. The default value is 0.
Integer subSegmentNum
The sub-segment number to assign to the segmentation_descriptor.sub_segment_num message, as defined
in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The defualt
value is null.
Integer subSegmentsExpected
The number of sub-segments expected, which is assigned to the
segmentation_descriptor.sub_segments_expected message, as defined in section 10.3.3.1 of the 2022
SCTE-35 specification. Values must be between 0 and 256, inclusive. The default value is null.
String baseUrl
The base URL of the host or path of the segment delivery server that you're using to serve segments. This is
typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include
the protocol, such as https://example.com/some/path. To use a relative URL specify the relative
path, such as /some/path*.
String name
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.
AccessConfiguration accessConfiguration
The access configuration for the source location.
String arn
The ARN of the SourceLocation.
Date creationTime
The timestamp that indicates when the source location was created.
DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration
The default segment delivery configuration.
HttpConfiguration httpConfiguration
The HTTP configuration for the source location.
Date lastModifiedTime
The timestamp that indicates when the source location was last modified.
List<E> segmentDeliveryConfigurations
The segment delivery configurations for the source location.
String sourceLocationName
The name of the source location.
Map<K,V> tags
The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
Integer availNum
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 0. Values must be between 0 and 256,
inclusive.
Integer availsExpected
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 0. Values must be between 0 and 256,
inclusive.
Integer spliceEventId
This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 1.
Integer uniqueProgramId
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 0. Values must be between 0 and 256,
inclusive.
String channelName
The name of the channel.
String channelName
The name of the channel.
String resourceArn
The Amazon Resource Name (ARN) associated with the resource.
Map<K,V> tags
The tags to assign to the resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
Integer maxTimeDelaySeconds
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).
Long durationMillis
The duration of the live program in seconds.
String relativePosition
The position where this program will be inserted relative to the RelativePosition.
String relativeProgram
The name of the program that this program will be inserted next to, as defined by RelativePosition.
Long scheduledStartTimeMillis
The date and time that the program is scheduled to start, in epoch milliseconds.
String type
Defines when the program plays in the schedule. You can set the value to ABSOLUTE or
RELATIVE.
ABSOLUTE - The program plays at a specific wall clock time. This setting can only be used for
channels using the LINEAR PlaybackMode.
Note the following considerations when using ABSOLUTE transitions:
If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.
If there are gaps in playback, MediaTailor plays the FillerSlate you configured for your linear
channel.
RELATIVE - The program is inserted into the schedule either before or after a program that you
specify via RelativePosition.
String channelName
The name of the channel.
SlateSource fillerSlate
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel
uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels
using the LOOP PlaybackMode.
List<E> outputs
The channel's output properties.
TimeShiftConfiguration timeShiftConfiguration
The time-shifted viewing configuration you want to associate to the channel.
String arn
The Amazon Resource Name (ARN) associated with the channel.
String channelName
The name of the channel.
String channelState
Returns the state whether the channel is running or not.
Date creationTime
The timestamp of when the channel was created.
SlateSource fillerSlate
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel
uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels
using the LOOP PlaybackMode.
Date lastModifiedTime
The timestamp that indicates when the channel was last modified.
List<E> outputs
The channel's output properties.
String playbackMode
The type of playback mode for this channel.
LINEAR - Programs play back-to-back only once.
LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays,
playback loops back to the first program in the schedule.
Map<K,V> tags
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String tier
The tier associated with this Channel.
TimeShiftConfiguration timeShiftConfiguration
The time-shifted viewing configuration for the channel.
List<E> httpPackageConfigurations
A list of HTTP package configurations for the live source on this account.
String liveSourceName
The name of the live source.
String sourceLocationName
The name of the source location associated with this Live Source.
String arn
The Amazon Resource Name (ARN) associated with this live source.
Date creationTime
The timestamp that indicates when the live source was created.
List<E> httpPackageConfigurations
A list of HTTP package configurations for the live source on this account.
Date lastModifiedTime
The timestamp that indicates when the live source was last modified.
String liveSourceName
The name of the live source.
String sourceLocationName
The name of the source location associated with the live source.
Map<K,V> tags
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
List<E> adBreaks
The ad break configuration settings.
String channelName
The name of the channel for this Program.
String programName
The name of the Program.
UpdateProgramScheduleConfiguration scheduleConfiguration
The schedule configuration settings.
List<E> adBreaks
The ad break configuration settings.
String arn
The ARN to assign to the program.
String channelName
The name to assign to the channel for this program.
ClipRange clipRange
The clip range configuration settings.
Date creationTime
The time the program was created.
Long durationMillis
The duration of the live program in milliseconds.
String liveSourceName
The name of the LiveSource for this Program.
String programName
The name to assign to this program.
Date scheduledStartTime
The scheduled start time for this Program.
String sourceLocationName
The name to assign to the source location for this program.
String vodSourceName
The name that's used to refer to a VOD source.
ClipRange clipRange
Program clip range configuration.
UpdateProgramTransition transition
Program transition configuration.
AccessConfiguration accessConfiguration
Access configuration parameters. Configures the type of authentication used to access content from your source location.
DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration
The optional configuration for the host server that serves segments.
HttpConfiguration httpConfiguration
The HTTP configuration for the source location.
List<E> segmentDeliveryConfigurations
A list of the segment delivery configurations associated with this resource.
String sourceLocationName
The name of the source location.
AccessConfiguration accessConfiguration
Access configuration parameters. Configures the type of authentication used to access content from your source location.
String arn
The Amazon Resource Name (ARN) associated with the source location.
Date creationTime
The timestamp that indicates when the source location was created.
DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration
The optional configuration for the host server that serves segments.
HttpConfiguration httpConfiguration
The HTTP configuration for the source location.
Date lastModifiedTime
The timestamp that indicates when the source location was last modified.
List<E> segmentDeliveryConfigurations
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
String sourceLocationName
The name of the source location.
Map<K,V> tags
The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
List<E> httpPackageConfigurations
A list of HTTP package configurations for the VOD source on this account.
String sourceLocationName
The name of the source location associated with this VOD Source.
String vodSourceName
The name of the VOD source.
String arn
The Amazon Resource Name (ARN) associated with the VOD source.
Date creationTime
The timestamp that indicates when the VOD source was created.
List<E> httpPackageConfigurations
A list of HTTP package configurations for the VOD source on this account.
Date lastModifiedTime
The timestamp that indicates when the VOD source was last modified.
String sourceLocationName
The name of the source location associated with the VOD source.
Map<K,V> tags
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String vodSourceName
The name of the VOD source.
String arn
The ARN for the VOD source.
Date creationTime
The timestamp that indicates when the VOD source was created.
List<E> httpPackageConfigurations
The HTTP package configurations for the VOD source.
Date lastModifiedTime
The timestamp that indicates when the VOD source was last modified.
String sourceLocationName
The name of the source location that the VOD source is associated with.
Map<K,V> tags
The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
String vodSourceName
The name of the VOD source.
Copyright © 2024. All rights reserved.