Interface CfnChannel.HlsPlaylistSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.HlsPlaylistSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.HlsPlaylistSettingsProperty extends software.amazon.jsii.JsiiSerializable
HLS playlist configuration parameters.

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.*;
 HlsPlaylistSettingsProperty hlsPlaylistSettingsProperty = HlsPlaylistSettingsProperty.builder()
         .adMarkupType(List.of("adMarkupType"))
         .manifestWindowSeconds(123)
         .build();
 

See Also: