@Stability(value=Stable)
public static interface CfnOriginEndpoint.DashPackageProperty
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.*;
DashPackageProperty dashPackageProperty = DashPackageProperty.builder()
.adsOnDeliveryRestrictions("adsOnDeliveryRestrictions")
.adTriggers(List.of("adTriggers"))
.encryption(DashEncryptionProperty.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
.keyRotationIntervalSeconds(123)
.build())
.manifestLayout("manifestLayout")
.manifestWindowSeconds(123)
.minBufferTimeSeconds(123)
.minUpdatePeriodSeconds(123)
.periodTriggers(List.of("periodTriggers"))
.profile("profile")
.segmentDurationSeconds(123)
.segmentTemplateFormat("segmentTemplateFormat")
.streamSelection(StreamSelectionProperty.builder()
.maxVideoBitsPerSecond(123)
.minVideoBitsPerSecond(123)
.streamOrder("streamOrder")
.build())
.suggestedPresentationDelaySeconds(123)
.utcTiming("utcTiming")
.utcTimingUri("utcTimingUri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOriginEndpoint.DashPackageProperty.Builder
A builder for
CfnOriginEndpoint.DashPackageProperty |
static class |
CfnOriginEndpoint.DashPackageProperty.Jsii$Proxy
An implementation for
CfnOriginEndpoint.DashPackageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOriginEndpoint.DashPackageProperty.Builder |
builder() |
default String |
getAdsOnDeliveryRestrictions()
`CfnOriginEndpoint.DashPackageProperty.AdsOnDeliveryRestrictions`.
|
default List<String> |
getAdTriggers()
`CfnOriginEndpoint.DashPackageProperty.AdTriggers`.
|
default Object |
getEncryption()
`CfnOriginEndpoint.DashPackageProperty.Encryption`.
|
default String |
getManifestLayout()
`CfnOriginEndpoint.DashPackageProperty.ManifestLayout`.
|
default Number |
getManifestWindowSeconds()
`CfnOriginEndpoint.DashPackageProperty.ManifestWindowSeconds`.
|
default Number |
getMinBufferTimeSeconds()
`CfnOriginEndpoint.DashPackageProperty.MinBufferTimeSeconds`.
|
default Number |
getMinUpdatePeriodSeconds()
`CfnOriginEndpoint.DashPackageProperty.MinUpdatePeriodSeconds`.
|
default List<String> |
getPeriodTriggers()
`CfnOriginEndpoint.DashPackageProperty.PeriodTriggers`.
|
default String |
getProfile()
`CfnOriginEndpoint.DashPackageProperty.Profile`.
|
default Number |
getSegmentDurationSeconds()
`CfnOriginEndpoint.DashPackageProperty.SegmentDurationSeconds`.
|
default String |
getSegmentTemplateFormat()
`CfnOriginEndpoint.DashPackageProperty.SegmentTemplateFormat`.
|
default Object |
getStreamSelection()
`CfnOriginEndpoint.DashPackageProperty.StreamSelection`.
|
default Number |
getSuggestedPresentationDelaySeconds()
`CfnOriginEndpoint.DashPackageProperty.SuggestedPresentationDelaySeconds`.
|
default String |
getUtcTiming()
`CfnOriginEndpoint.DashPackageProperty.UtcTiming`.
|
default String |
getUtcTimingUri()
`CfnOriginEndpoint.DashPackageProperty.UtcTimingUri`.
|
@Stability(value=Stable) @Nullable default String getAdsOnDeliveryRestrictions()
@Stability(value=Stable) @Nullable default List<String> getAdTriggers()
@Stability(value=Stable) @Nullable default Object getEncryption()
@Stability(value=Stable) @Nullable default String getManifestLayout()
@Stability(value=Stable) @Nullable default Number getManifestWindowSeconds()
@Stability(value=Stable) @Nullable default Number getMinBufferTimeSeconds()
@Stability(value=Stable) @Nullable default Number getMinUpdatePeriodSeconds()
@Stability(value=Stable) @Nullable default List<String> getPeriodTriggers()
@Stability(value=Stable) @Nullable default String getProfile()
@Stability(value=Stable) @Nullable default Number getSegmentDurationSeconds()
@Stability(value=Stable) @Nullable default String getSegmentTemplateFormat()
@Stability(value=Stable) @Nullable default Object getStreamSelection()
@Stability(value=Stable) @Nullable default Number getSuggestedPresentationDelaySeconds()
@Stability(value=Stable) @Nullable default String getUtcTiming()
@Stability(value=Stable) @Nullable default String getUtcTimingUri()
@Stability(value=Stable) static CfnOriginEndpoint.DashPackageProperty.Builder builder()
Copyright © 2021. All rights reserved.