class Aws::MediaTailor::Types::PlaybackConfiguration
Creates a playback configuration. For information about MediaTailor
configurations, see [Working with configurations in AWS Elemental MediaTailor].
[1]: docs.aws.amazon.com/mediatailor/latest/ug/configurations.html
@!attribute [rw] ad_decision_server_url
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. @return [String]
@!attribute [rw] avail_suppression
The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see [Ad Suppression][1]. [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html @return [Types::AvailSuppression]
@!attribute [rw] 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][1]. [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html @return [Types::Bumper]
@!attribute [rw] cdn_configuration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. @return [Types::CdnConfiguration]
@!attribute [rw] configuration_aliases
The player parameters and aliases used as dynamic variables during session initialization. For more information, see [Domain Variables][1]. [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html @return [Hash<String,Hash<String,String>>]
@!attribute [rw] dash_configuration
The configuration for a DASH source. @return [Types::DashConfiguration]
@!attribute [rw] hls_configuration
The configuration for HLS content. @return [Types::HlsConfiguration]
@!attribute [rw] live_pre_roll_configuration
The configuration for pre-roll ad insertion. @return [Types::LivePreRollConfiguration]
@!attribute [rw] manifest_processing_rules
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor. @return [Types::ManifestProcessingRules]
@!attribute [rw] name
The identifier for the playback configuration. @return [String]
@!attribute [rw] personalization_threshold_seconds
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]. [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html @return [Integer]
@!attribute [rw] playback_configuration_arn
The Amazon Resource Name (ARN) for the playback configuration. @return [String]
@!attribute [rw] playback_endpoint_prefix
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. @return [String]
@!attribute [rw] session_initialization_endpoint_prefix
The URL that the player uses to initialize a session that uses client-side reporting. @return [String]
@!attribute [rw] slate_ad_url
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. @return [String]
@!attribute [rw] tags
The tags to assign to the playback configuration. @return [Hash<String,String>]
@!attribute [rw] transcode_profile_name
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. @return [String]
@!attribute [rw] video_content_source_url
The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PlaybackConfiguration AWS API Documentation
Constants
- SENSITIVE