Class CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.HlsManifestConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.HlsManifestConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.HlsManifestConfigurationProperty
An implementation for
CfnOriginEndpoint.HlsManifestConfigurationProperty-
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.mediapackagev2.CfnOriginEndpoint.HlsManifestConfigurationProperty
CfnOriginEndpoint.HlsManifestConfigurationProperty.Builder, CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.HlsManifestConfigurationProperty.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 StringThe name of the child manifest associated with the HLS manifest configuration.final ObjectFilter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.final StringThe name of the manifest associated with the HLS manifest configuration.final NumberThe duration of the manifest window, in seconds, for the HLS manifest configuration.final NumberTheEXT-X-PROGRAM-DATE-TIMEinterval, in seconds, associated with the HLS manifest configuration.final ObjectTHE SCTE-35 HLS configuration associated with the HLS manifest configuration.final ObjectTo insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.final StringgetUrl()The URL of the HLS manifest configuration.final ObjectWhen enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.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.HlsManifestConfigurationProperty.Builder.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyThe name of the manifest associated with the HLS manifest configuration.- Specified by:
getManifestNamein interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getChildManifestName
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyThe name of the child manifest associated with the HLS manifest configuration.- Specified by:
getChildManifestNamein interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyFilter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.Returns union: either
IResolvableorCfnOriginEndpoint.FilterConfigurationProperty- Specified by:
getFilterConfigurationin interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyThe duration of the manifest window, in seconds, for the HLS manifest configuration.- Specified by:
getManifestWindowSecondsin interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyTheEXT-X-PROGRAM-DATE-TIMEinterval, in seconds, associated with the HLS manifest configuration.- Specified by:
getProgramDateTimeIntervalSecondsin interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getScteHls
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyTHE SCTE-35 HLS configuration associated with the HLS manifest configuration.Returns union: either
IResolvableorCfnOriginEndpoint.ScteHlsProperty- Specified by:
getScteHlsin interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getStartTag
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyTo insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
Returns union: either
IResolvableorCfnOriginEndpoint.StartTagProperty- Specified by:
getStartTagin interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyThe URL of the HLS manifest configuration.- Specified by:
getUrlin interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
getUrlEncodeChildManifest
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationPropertyWhen enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.For more information, see AWS Signature Version 4 for API requests in AWS Identity and Access Management User Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getUrlEncodeChildManifestin interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty- See Also:
-
$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()
-