@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.329Z") @Stability(value=Stable) public interface CfnOriginEndpointProps extends software.amazon.jsii.JsiiSerializable
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.mediapackage.*;
CfnOriginEndpointProps cfnOriginEndpointProps = CfnOriginEndpointProps.builder()
.channelId("channelId")
.id("id")
// the properties below are optional
.authorization(AuthorizationProperty.builder()
.cdnIdentifierSecret("cdnIdentifierSecret")
.secretsRoleArn("secretsRoleArn")
.build())
.cmafPackage(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())
.dashPackage(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())
.description("description")
.hlsPackage(HlsPackageProperty.builder()
.adMarkers("adMarkers")
.adsOnDeliveryRestrictions("adsOnDeliveryRestrictions")
.adTriggers(List.of("adTriggers"))
.encryption(HlsEncryptionProperty.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")
.encryptionMethod("encryptionMethod")
.keyRotationIntervalSeconds(123)
.repeatExtXKey(false)
.build())
.includeIframeOnlyStream(false)
.playlistType("playlistType")
.playlistWindowSeconds(123)
.programDateTimeIntervalSeconds(123)
.segmentDurationSeconds(123)
.streamSelection(StreamSelectionProperty.builder()
.maxVideoBitsPerSecond(123)
.minVideoBitsPerSecond(123)
.streamOrder("streamOrder")
.build())
.useAudioRenditionGroup(false)
.build())
.manifestName("manifestName")
.mssPackage(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())
.origination("origination")
.startoverWindowSeconds(123)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.timeDelaySeconds(123)
.whitelist(List.of("whitelist"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOriginEndpointProps.Builder
A builder for
CfnOriginEndpointProps |
static class |
CfnOriginEndpointProps.Jsii$Proxy
An implementation for
CfnOriginEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnOriginEndpointProps.Builder |
builder() |
default Object |
getAuthorization()
`AWS::MediaPackage::OriginEndpoint.Authorization`.
|
String |
getChannelId()
`AWS::MediaPackage::OriginEndpoint.ChannelId`.
|
default Object |
getCmafPackage()
`AWS::MediaPackage::OriginEndpoint.CmafPackage`.
|
default Object |
getDashPackage()
`AWS::MediaPackage::OriginEndpoint.DashPackage`.
|
default String |
getDescription()
`AWS::MediaPackage::OriginEndpoint.Description`.
|
default Object |
getHlsPackage()
`AWS::MediaPackage::OriginEndpoint.HlsPackage`.
|
String |
getId()
`AWS::MediaPackage::OriginEndpoint.Id`.
|
default String |
getManifestName()
`AWS::MediaPackage::OriginEndpoint.ManifestName`.
|
default Object |
getMssPackage()
`AWS::MediaPackage::OriginEndpoint.MssPackage`.
|
default String |
getOrigination()
`AWS::MediaPackage::OriginEndpoint.Origination`.
|
default Number |
getStartoverWindowSeconds()
`AWS::MediaPackage::OriginEndpoint.StartoverWindowSeconds`.
|
default List<CfnTag> |
getTags()
`AWS::MediaPackage::OriginEndpoint.Tags`.
|
default Number |
getTimeDelaySeconds()
`AWS::MediaPackage::OriginEndpoint.TimeDelaySeconds`.
|
default List<String> |
getWhitelist()
`AWS::MediaPackage::OriginEndpoint.Whitelist`.
|
@Stability(value=Stable) @Nullable default Object getAuthorization()
@Stability(value=Stable) @NotNull String getChannelId()
@Stability(value=Stable) @Nullable default Object getCmafPackage()
@Stability(value=Stable) @Nullable default Object getDashPackage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getHlsPackage()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @Nullable default String getManifestName()
@Stability(value=Stable) @Nullable default Object getMssPackage()
@Stability(value=Stable) @Nullable default String getOrigination()
@Stability(value=Stable) @Nullable default Number getStartoverWindowSeconds()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Number getTimeDelaySeconds()
@Stability(value=Stable) @Nullable default List<String> getWhitelist()
@Stability(value=Stable) static CfnOriginEndpointProps.Builder builder()
CfnOriginEndpointProps.Builder of CfnOriginEndpointPropsCopyright © 2021. All rights reserved.