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