Class CfnOriginEndpoint.HlsManifestProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnOriginEndpoint.HlsManifestProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnOriginEndpoint.HlsManifestProperty
 
CfnOriginEndpoint.HlsManifestProperty- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint.HlsManifestProperty
CfnOriginEndpoint.HlsManifestProperty.Builder, CfnOriginEndpoint.HlsManifestProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.HlsManifestProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringControls how ad markers are included in the packaged endpoint.final StringThe flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest.Specifies the SCTE-35 message types that AWS Elemental MediaPackage treats as ad markers in the output manifest.final StringgetId()The manifest ID is required and must be unique within the OriginEndpoint.final ObjectApplies to stream sets with a single video track only.final StringA short string that's appended to the end of the endpoint URL to create a unique path to this endpoint.final StringWhen specified as eithereventorvod, a correspondingEXT-X-PLAYLIST-TYPEentry is included in the media playlist.final NumberTime window (in seconds) contained in each parent manifest.final NumberInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.final StringgetUrl()The URL that's used to request this manifest from this endpoint.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.HlsManifestProperty.Builder. 
 - 
 - 
Method Details
- 
getId
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyThe manifest ID is required and must be unique within the OriginEndpoint.The ID can't be changed after the endpoint is created.
- Specified by:
 getIdin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getAdMarkers
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyControls how ad markers are included in the packaged endpoint.Valid values:
NONE- Omits all SCTE-35 ad markers from the output.PASSTHROUGH- Creates a copy in the output of the SCTE-35 ad markers (comments) taken directly from the input manifest.SCTE35_ENHANCED- Generates ad markers and blackout tags in the output based on the SCTE-35 messages from the input manifest.
- Specified by:
 getAdMarkersin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getAdsOnDeliveryRestrictions
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyThe flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest.For information about SCTE-35 in AWS Elemental MediaPackage , see SCTE-35 Message Options in AWS Elemental MediaPackage .
- Specified by:
 getAdsOnDeliveryRestrictionsin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getAdTriggers
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertySpecifies the SCTE-35 message types that AWS Elemental MediaPackage treats as ad markers in the output manifest.Valid values:
BREAKDISTRIBUTOR_ADVERTISEMENTDISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITYDISTRIBUTOR_PLACEMENT_OPPORTUNITYPROVIDER_ADVERTISEMENTPROVIDER_OVERLAY_PLACEMENT_OPPORTUNITYPROVIDER_PLACEMENT_OPPORTUNITYSPLICE_INSERT
- Specified by:
 getAdTriggersin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getIncludeIframeOnlyStream
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyApplies to stream sets with a single video track only.When true, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included.
- Specified by:
 getIncludeIframeOnlyStreamin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getManifestName
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyA short string that's appended to the end of the endpoint URL to create a unique path to this endpoint.The manifestName on the HLSManifest object overrides the manifestName that you provided on the originEndpoint object.
- Specified by:
 getManifestNamein interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getPlaylistType
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyWhen specified as eithereventorvod, a correspondingEXT-X-PLAYLIST-TYPEentry is included in the media playlist.Indicates if the playlist is live-to-VOD content.
- Specified by:
 getPlaylistTypein interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getPlaylistWindowSeconds
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyTime window (in seconds) contained in each parent manifest.- Specified by:
 getPlaylistWindowSecondsin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.Additionally, ID3Timed metadata messages are generated every 5 seconds starting when the content was ingested.
Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
Omit this attribute or enter
0to indicate that theEXT-X-PROGRAM-DATE-TIMEtags are not included in the manifest.- Specified by:
 getProgramDateTimeIntervalSecondsin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
getUrl
Description copied from interface:CfnOriginEndpoint.HlsManifestPropertyThe URL that's used to request this manifest from this endpoint.- Specified by:
 getUrlin interfaceCfnOriginEndpoint.HlsManifestProperty
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -