@Stability(value=Stable)
public static interface CfnOriginEndpoint.MssPackageProperty
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.*;
MssPackageProperty mssPackageProperty = MssPackageProperty.builder()
.encryption(MssEncryptionProperty.builder()
.spekeKeyProvider(SpekeKeyProviderProperty.builder()
.resourceId("resourceId")
.roleArn("roleArn")
.systemIds(List.of("systemIds"))
.url("url")
// the properties below are optional
.certificateArn("certificateArn")
.build())
.build())
.manifestWindowSeconds(123)
.segmentDurationSeconds(123)
.streamSelection(StreamSelectionProperty.builder()
.maxVideoBitsPerSecond(123)
.minVideoBitsPerSecond(123)
.streamOrder("streamOrder")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOriginEndpoint.MssPackageProperty.Builder
A builder for
CfnOriginEndpoint.MssPackageProperty |
static class |
CfnOriginEndpoint.MssPackageProperty.Jsii$Proxy
An implementation for
CfnOriginEndpoint.MssPackageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOriginEndpoint.MssPackageProperty.Builder |
builder() |
default Object |
getEncryption()
`CfnOriginEndpoint.MssPackageProperty.Encryption`.
|
default Number |
getManifestWindowSeconds()
`CfnOriginEndpoint.MssPackageProperty.ManifestWindowSeconds`.
|
default Number |
getSegmentDurationSeconds()
`CfnOriginEndpoint.MssPackageProperty.SegmentDurationSeconds`.
|
default Object |
getStreamSelection()
`CfnOriginEndpoint.MssPackageProperty.StreamSelection`.
|
@Stability(value=Stable) @Nullable default Object getEncryption()
@Stability(value=Stable) @Nullable default Number getManifestWindowSeconds()
@Stability(value=Stable) @Nullable default Number getSegmentDurationSeconds()
@Stability(value=Stable) @Nullable default Object getStreamSelection()
@Stability(value=Stable) static CfnOriginEndpoint.MssPackageProperty.Builder builder()
Copyright © 2021. All rights reserved.