@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.AvailSuppressionProperty
extends software.amazon.jsii.JsiiSerializable
For more information about ad suppression, see Ad Suppression .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediatailor.*;
AvailSuppressionProperty availSuppressionProperty = AvailSuppressionProperty.builder()
.mode("mode")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaybackConfiguration.AvailSuppressionProperty.Builder
A builder for
CfnPlaybackConfiguration.AvailSuppressionProperty |
static class |
CfnPlaybackConfiguration.AvailSuppressionProperty.Jsii$Proxy
An implementation for
CfnPlaybackConfiguration.AvailSuppressionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaybackConfiguration.AvailSuppressionProperty.Builder |
builder() |
default String |
getMode()
Sets the ad suppression mode.
|
default String |
getValue()
A live edge offset time in HH:MM:SS.
|
@Stability(value=Stable) @Nullable default String getMode()
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.
@Stability(value=Stable) @Nullable default String getValue()
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.
@Stability(value=Stable) static CfnPlaybackConfiguration.AvailSuppressionProperty.Builder builder()
Copyright © 2022. All rights reserved.