@Stability(value=Stable)
public static interface CfnOriginEndpoint.CmafPackageProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediapackage.*;
CmafPackageProperty cmafPackageProperty = CmafPackageProperty.builder()
.encryption(CmafEncryptionProperty.builder()
.spekeKeyProvider(SpekeKeyProviderProperty.builder()
.resourceId("resourceId")
.roleArn("roleArn")
.systemIds(List.of("systemIds"))
.url("url")
// the properties below are optional
.certificateArn("certificateArn")
.build())
// the properties below are optional
.constantInitializationVector("constantInitializationVector")
.keyRotationIntervalSeconds(123)
.build())
.hlsManifests(List.of(HlsManifestProperty.builder()
.id("id")
// the properties below are optional
.adMarkers("adMarkers")
.adsOnDeliveryRestrictions("adsOnDeliveryRestrictions")
.adTriggers(List.of("adTriggers"))
.includeIframeOnlyStream(false)
.manifestName("manifestName")
.playlistType("playlistType")
.playlistWindowSeconds(123)
.programDateTimeIntervalSeconds(123)
.url("url")
.build()))
.segmentDurationSeconds(123)
.segmentPrefix("segmentPrefix")
.streamSelection(StreamSelectionProperty.builder()
.maxVideoBitsPerSecond(123)
.minVideoBitsPerSecond(123)
.streamOrder("streamOrder")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOriginEndpoint.CmafPackageProperty.Builder
A builder for
CfnOriginEndpoint.CmafPackageProperty |
static class |
CfnOriginEndpoint.CmafPackageProperty.Jsii$Proxy
An implementation for
CfnOriginEndpoint.CmafPackageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOriginEndpoint.CmafPackageProperty.Builder |
builder() |
default Object |
getEncryption()
`CfnOriginEndpoint.CmafPackageProperty.Encryption`.
|
default Object |
getHlsManifests()
`CfnOriginEndpoint.CmafPackageProperty.HlsManifests`.
|
default Number |
getSegmentDurationSeconds()
`CfnOriginEndpoint.CmafPackageProperty.SegmentDurationSeconds`.
|
default String |
getSegmentPrefix()
`CfnOriginEndpoint.CmafPackageProperty.SegmentPrefix`.
|
default Object |
getStreamSelection()
`CfnOriginEndpoint.CmafPackageProperty.StreamSelection`.
|
@Stability(value=Stable) @Nullable default Object getEncryption()
@Stability(value=Stable) @Nullable default Object getHlsManifests()
@Stability(value=Stable) @Nullable default Number getSegmentDurationSeconds()
@Stability(value=Stable) @Nullable default String getSegmentPrefix()
@Stability(value=Stable) @Nullable default Object getStreamSelection()
@Stability(value=Stable) static CfnOriginEndpoint.CmafPackageProperty.Builder builder()
Copyright © 2021. All rights reserved.