Interface CfnOriginEndpoint.ScteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.ScteProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.ScteProperty
extends software.amazon.jsii.JsiiSerializable
The SCTE-35 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.*;
ScteProperty scteProperty = ScteProperty.builder()
.scteFilter(List.of("scteFilter"))
.scteInSegments("scteInSegments")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpoint.SctePropertystatic final classAn implementation forCfnOriginEndpoint.ScteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScteFilter
The filter associated with the SCTE-35 configuration.- See Also:
-
getScteInSegments
Controls whether SCTE-35 messages are included in segment files.- None – SCTE-35 messages are not included in segments (default)
- All – SCTE-35 messages are embedded in segment data
For DASH manifests, when set to
All, anInbandEventStreamtag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.- See Also:
-
builder
-