Class CfnOriginEndpoint
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:56:01.892Z")
@Stability(Stable)
public class CfnOriginEndpoint
extends CfnResource
implements IInspectable, ITaggableV2
Specifies the configuration parameters for a MediaPackage V2 origin endpoint.
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.mediapackagev2.*; CfnOriginEndpoint cfnOriginEndpoint = CfnOriginEndpoint.Builder.create(this, "MyCfnOriginEndpoint") .channelGroupName("channelGroupName") .channelName("channelName") .containerType("containerType") .originEndpointName("originEndpointName") // the properties below are optional .dashManifests(List.of(DashManifestConfigurationProperty.builder() .manifestName("manifestName") // the properties below are optional .drmSignaling("drmSignaling") .filterConfiguration(FilterConfigurationProperty.builder() .end("end") .manifestFilter("manifestFilter") .start("start") .timeDelaySeconds(123) .build()) .manifestWindowSeconds(123) .minBufferTimeSeconds(123) .minUpdatePeriodSeconds(123) .periodTriggers(List.of("periodTriggers")) .scteDash(ScteDashProperty.builder() .adMarkerDash("adMarkerDash") .build()) .segmentTemplateFormat("segmentTemplateFormat") .suggestedPresentationDelaySeconds(123) .utcTiming(DashUtcTimingProperty.builder() .timingMode("timingMode") .timingSource("timingSource") .build()) .build())) .description("description") .forceEndpointErrorConfiguration(ForceEndpointErrorConfigurationProperty.builder() .endpointErrorConditions(List.of("endpointErrorConditions")) .build()) .hlsManifests(List.of(HlsManifestConfigurationProperty.builder() .manifestName("manifestName") // the properties below are optional .childManifestName("childManifestName") .filterConfiguration(FilterConfigurationProperty.builder() .end("end") .manifestFilter("manifestFilter") .start("start") .timeDelaySeconds(123) .build()) .manifestWindowSeconds(123) .programDateTimeIntervalSeconds(123) .scteHls(ScteHlsProperty.builder() .adMarkerHls("adMarkerHls") .build()) .url("url") .build())) .lowLatencyHlsManifests(List.of(LowLatencyHlsManifestConfigurationProperty.builder() .manifestName("manifestName") // the properties below are optional .childManifestName("childManifestName") .filterConfiguration(FilterConfigurationProperty.builder() .end("end") .manifestFilter("manifestFilter") .start("start") .timeDelaySeconds(123) .build()) .manifestWindowSeconds(123) .programDateTimeIntervalSeconds(123) .scteHls(ScteHlsProperty.builder() .adMarkerHls("adMarkerHls") .build()) .url("url") .build())) .segment(SegmentProperty.builder() .encryption(EncryptionProperty.builder() .encryptionMethod(EncryptionMethodProperty.builder() .cmafEncryptionMethod("cmafEncryptionMethod") .tsEncryptionMethod("tsEncryptionMethod") .build()) .spekeKeyProvider(SpekeKeyProviderProperty.builder() .drmSystems(List.of("drmSystems")) .encryptionContractConfiguration(EncryptionContractConfigurationProperty.builder() .presetSpeke20Audio("presetSpeke20Audio") .presetSpeke20Video("presetSpeke20Video") .build()) .resourceId("resourceId") .roleArn("roleArn") .url("url") .build()) // the properties below are optional .constantInitializationVector("constantInitializationVector") .keyRotationIntervalSeconds(123) .build()) .includeIframeOnlyStreams(false) .scte(ScteProperty.builder() .scteFilter(List.of("scteFilter")) .build()) .segmentDurationSeconds(123) .segmentName("segmentName") .tsIncludeDvbSubtitles(false) .tsUseAudioRenditionGroup(false) .build()) .startoverWindowSeconds(123) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnOriginEndpoint
.static interface
Retrieve the DASH manifest configuration.static interface
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).static interface
UseencryptionContractConfiguration
to configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0.static interface
The encryption method associated with the origin endpoint.static interface
A collection of video encryption presets.static interface
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.static interface
The failover settings for the endpoint.static interface
The HLS manfiest configuration associated with the origin endpoint.static interface
Specify a low-latency HTTP live streaming (LL-HLS) manifest configuration.static interface
The SCTE configuration.static interface
The SCTE-35 HLS configuration associated with the origin endpoint.static interface
The SCTE-35 configuration associated with the origin endpoint.static interface
The segment configuration, including the segment name, duration, and other configuration values.static interface
The parameters for the SPEKE key provider.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnOriginEndpoint
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnOriginEndpoint
(software.amazon.jsii.JsiiObjectRef objRef) CfnOriginEndpoint
(software.constructs.Construct scope, String id, CfnOriginEndpointProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the origin endpoint.The timestamp of the creation of the origin endpoint.The timestamp of the modification of the origin endpoint.Tag Manager which manages the tags for this resource.The name of the channel group associated with the origin endpoint configuration.The channel name associated with the origin endpoint.The container type associated with the origin endpoint configuration.A DASH manifest configuration.The description associated with the origin endpoint.The failover settings for the endpoint.The HLS manfiests associated with the origin endpoint configuration.The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.The name of the origin endpoint associated with the origin endpoint configuration.The segment associated with the origin endpoint.The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing.getTags()
The tags associated with the origin endpoint.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setChannelGroupName
(String value) The name of the channel group associated with the origin endpoint configuration.void
setChannelName
(String value) The channel name associated with the origin endpoint.void
setContainerType
(String value) The container type associated with the origin endpoint configuration.void
setDashManifests
(List<Object> value) A DASH manifest configuration.void
setDashManifests
(IResolvable value) A DASH manifest configuration.void
setDescription
(String value) The description associated with the origin endpoint.void
The failover settings for the endpoint.void
The failover settings for the endpoint.void
setHlsManifests
(List<Object> value) The HLS manfiests associated with the origin endpoint configuration.void
setHlsManifests
(IResolvable value) The HLS manfiests associated with the origin endpoint configuration.void
setLowLatencyHlsManifests
(List<Object> value) The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.void
The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.void
setOriginEndpointName
(String value) The name of the origin endpoint associated with the origin endpoint configuration.void
setSegment
(IResolvable value) The segment associated with the origin endpoint.void
The segment associated with the origin endpoint.void
setStartoverWindowSeconds
(Number value) The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing.void
The tags associated with the origin endpoint.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnOriginEndpoint
protected CfnOriginEndpoint(software.amazon.jsii.JsiiObjectRef objRef) -
CfnOriginEndpoint
protected CfnOriginEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnOriginEndpoint
@Stability(Stable) public CfnOriginEndpoint(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnOriginEndpointProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the origin endpoint. -
getAttrCreatedAt
The timestamp of the creation of the origin endpoint. -
getAttrDashManifestUrls
-
getAttrHlsManifestUrls
-
getAttrLowLatencyHlsManifestUrls
-
getAttrModifiedAt
The timestamp of the modification of the origin endpoint. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getChannelGroupName
The name of the channel group associated with the origin endpoint configuration. -
setChannelGroupName
The name of the channel group associated with the origin endpoint configuration. -
getChannelName
The channel name associated with the origin endpoint. -
setChannelName
The channel name associated with the origin endpoint. -
getContainerType
The container type associated with the origin endpoint configuration. -
setContainerType
The container type associated with the origin endpoint configuration. -
getOriginEndpointName
The name of the origin endpoint associated with the origin endpoint configuration. -
setOriginEndpointName
The name of the origin endpoint associated with the origin endpoint configuration. -
getDashManifests
A DASH manifest configuration. -
setDashManifests
A DASH manifest configuration. -
setDashManifests
A DASH manifest configuration. -
getDescription
The description associated with the origin endpoint. -
setDescription
The description associated with the origin endpoint. -
getForceEndpointErrorConfiguration
The failover settings for the endpoint.
. -
setForceEndpointErrorConfiguration
The failover settings for the endpoint.
. -
setForceEndpointErrorConfiguration
@Stability(Stable) public void setForceEndpointErrorConfiguration(@Nullable CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty value) The failover settings for the endpoint.
. -
getHlsManifests
The HLS manfiests associated with the origin endpoint configuration. -
setHlsManifests
The HLS manfiests associated with the origin endpoint configuration. -
setHlsManifests
The HLS manfiests associated with the origin endpoint configuration. -
getLowLatencyHlsManifests
The low-latency HLS (LL-HLS) manifests associated with the origin endpoint. -
setLowLatencyHlsManifests
The low-latency HLS (LL-HLS) manifests associated with the origin endpoint. -
setLowLatencyHlsManifests
The low-latency HLS (LL-HLS) manifests associated with the origin endpoint. -
getSegment
The segment associated with the origin endpoint. -
setSegment
The segment associated with the origin endpoint. -
setSegment
The segment associated with the origin endpoint. -
getStartoverWindowSeconds
The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing. -
setStartoverWindowSeconds
The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing. -
getTags
The tags associated with the origin endpoint. -
setTags
The tags associated with the origin endpoint.
-