Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetPlaybackConfigurationResponse

import type { GetPlaybackConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface GetPlaybackConfigurationResponse {
AdDecisionServerUrl?: string | null;
AvailSuppression?: AvailSuppression | null;
Bumper?: Bumper | null;
CdnConfiguration?: CdnConfiguration | null;
ConfigurationAliases?: {
[key: string]: {
[key: string]: string | null | undefined;
}
| null | undefined
;
}
| null;
DashConfiguration?: DashConfiguration | null;
HlsConfiguration?: HlsConfiguration | null;
LivePreRollConfiguration?: LivePreRollConfiguration | null;
LogConfiguration?: LogConfiguration | null;
ManifestProcessingRules?: ManifestProcessingRules | null;
Name?: string | null;
PersonalizationThresholdSeconds?: number | null;
PlaybackConfigurationArn?: string | null;
PlaybackEndpointPrefix?: string | null;
SessionInitializationEndpointPrefix?: string | null;
SlateAdUrl?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TranscodeProfileName?: string | null;
VideoContentSourceUrl?: string | null;
}

§Properties

§
AdDecisionServerUrl?: string | null
[src]

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 | null
[src]

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

§
Bumper?: Bumper | null
[src]

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 | null
[src]

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

§
ConfigurationAliases?: {
[key: string]: {
[key: string]: string | null | undefined;
}
| null | undefined
;
}
| null
[src]

The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

§
DashConfiguration?: DashConfiguration | null
[src]

The configuration for DASH content.

§
HlsConfiguration?: HlsConfiguration | null
[src]

The configuration for HLS content.

§
LivePreRollConfiguration?: LivePreRollConfiguration | null
[src]

The configuration for pre-roll ad insertion.

§
LogConfiguration?: LogConfiguration | null
[src]

The Amazon CloudWatch log settings for a playback configuration.

§
ManifestProcessingRules?: ManifestProcessingRules | null
[src]

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

§
Name?: string | null
[src]

The identifier for the playback configuration.

§
PersonalizationThresholdSeconds?: number | null
[src]

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.

§
PlaybackConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) for the playback configuration.

§
PlaybackEndpointPrefix?: string | null
[src]

The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.

§
SessionInitializationEndpointPrefix?: string | null
[src]

The URL that the player uses to initialize a session that uses client-side reporting.

§
SlateAdUrl?: string | null
[src]

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.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the playback configuration.

§
TranscodeProfileName?: string | null
[src]

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.

§
VideoContentSourceUrl?: string | null
[src]

The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.