logo
pub struct PutPlaybackConfigurationResponse {
Show 18 fields pub ad_decision_server_url: Option<String>, pub avail_suppression: Option<AvailSuppression>, pub bumper: Option<Bumper>, pub cdn_configuration: Option<CdnConfiguration>, pub configuration_aliases: Option<HashMap<String, HashMap<String, String>>>, pub dash_configuration: Option<DashConfiguration>, pub hls_configuration: Option<HlsConfiguration>, pub live_pre_roll_configuration: Option<LivePreRollConfiguration>, pub manifest_processing_rules: Option<ManifestProcessingRules>, pub name: Option<String>, pub personalization_threshold_seconds: Option<i64>, pub playback_configuration_arn: Option<String>, pub playback_endpoint_prefix: Option<String>, pub session_initialization_endpoint_prefix: Option<String>, pub slate_ad_url: Option<String>, pub tags: Option<HashMap<String, String>>, pub transcode_profile_name: Option<String>, pub video_content_source_url: Option<String>,
}

Fields

ad_decision_server_url: Option<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.

avail_suppression: Option<AvailSuppression>

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

bumper: Option<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.

cdn_configuration: Option<CdnConfiguration>

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

configuration_aliases: Option<HashMap<String, HashMap<String, String>>>

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

dash_configuration: Option<DashConfiguration>

The configuration for DASH content.

hls_configuration: Option<HlsConfiguration>

The configuration for HLS content.

live_pre_roll_configuration: Option<LivePreRollConfiguration>

The configuration for pre-roll ad insertion.

manifest_processing_rules: Option<ManifestProcessingRules>

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

name: Option<String>

The identifier for the playback configuration.

personalization_threshold_seconds: Option<i64>

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.

playback_configuration_arn: Option<String>

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

playback_endpoint_prefix: Option<String>

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

session_initialization_endpoint_prefix: Option<String>

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

slate_ad_url: Option<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 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: Option<HashMap<String, String>>

The tags assigned to the playback configuration.

transcode_profile_name: Option<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.

video_content_source_url: Option<String>

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more