Interface CfnOriginEndpoint.ScteHlsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.ScteHlsProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.ScteHlsProperty
extends software.amazon.jsii.JsiiSerializable
The SCTE-35 HLS configuration associated with the origin endpoint.
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.mediapackagev2.*;
ScteHlsProperty scteHlsProperty = ScteHlsProperty.builder()
.adMarkerHls("adMarkerHls")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpoint.ScteHlsPropertystatic final classAn implementation forCfnOriginEndpoint.ScteHlsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdMarkerHls
The SCTE-35 HLS ad-marker configuration.- See Also:
-
builder
-