Class: Aws::MediaTailor::Types::PutPlaybackConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::PutPlaybackConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ad_decision_server_url ⇒ String
The URL for the ad decision server (ADS).
-
#avail_suppression ⇒ Types::AvailSuppression
The configuration for avail suppression, also known as ad suppression.
-
#bumper ⇒ Types::Bumper
The configuration for bumpers.
-
#cdn_configuration ⇒ Types::CdnConfiguration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
-
#configuration_aliases ⇒ Hash<String,Hash<String,String>>
The player parameters and aliases used as dynamic variables during session initialization.
-
#dash_configuration ⇒ Types::DashConfigurationForPut
The configuration for DASH content.
-
#insertion_mode ⇒ String
The setting that controls whether players can use stitched or guided ad insertion.
-
#live_pre_roll_configuration ⇒ Types::LivePreRollConfiguration
The configuration for pre-roll ad insertion.
-
#manifest_processing_rules ⇒ Types::ManifestProcessingRules
The configuration for manifest processing rules.
-
#name ⇒ String
The identifier for the playback configuration.
-
#personalization_threshold_seconds ⇒ Integer
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
-
#slate_ad_url ⇒ String
The URL for a high-quality video asset to transcode and use to fill in time that’s not used by ads.
-
#tags ⇒ Hash<String,String>
The tags to assign to the playback configuration.
-
#transcode_profile_name ⇒ String
The name that is used to associate this playback configuration with a custom transcode profile.
-
#video_content_source_url ⇒ String
The URL prefix for the parent manifest for the stream, minus the asset ID.
Instance Attribute Details
#ad_decision_server_url ⇒ String
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.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#avail_suppression ⇒ Types::AvailSuppression
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see [Ad Suppression].
[1]: docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#bumper ⇒ Types::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].
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#cdn_configuration ⇒ Types::CdnConfiguration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#configuration_aliases ⇒ Hash<String,Hash<String,String>>
The player parameters and aliases used as dynamic variables during session initialization. For more information, see [Domain Variables].
[1]: docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#dash_configuration ⇒ Types::DashConfigurationForPut
The configuration for DASH content.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#insertion_mode ⇒ String
The setting that controls whether players can use stitched or guided ad insertion. The default, ‘STITCHED_ONLY`, forces all player sessions to use stitched (server-side) ad insertion. Choosing `PLAYER_SELECT` allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#live_pre_roll_configuration ⇒ Types::LivePreRollConfiguration
The configuration for pre-roll ad insertion.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#manifest_processing_rules ⇒ Types::ManifestProcessingRules
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The identifier for the playback configuration.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#personalization_threshold_seconds ⇒ Integer
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].
[1]: docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#slate_ad_url ⇒ String
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.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
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].
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#transcode_profile_name ⇒ String
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.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |
#video_content_source_url ⇒ String
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3345 class PutPlaybackConfigurationRequest < Struct.new( :ad_decision_server_url, :avail_suppression, :bumper, :cdn_configuration, :configuration_aliases, :dash_configuration, :insertion_mode, :live_pre_roll_configuration, :manifest_processing_rules, :name, :personalization_threshold_seconds, :slate_ad_url, :tags, :transcode_profile_name, :video_content_source_url) SENSITIVE = [] include Aws::Structure end |