Class CfnOriginEndpoint.MssManifestConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.MssManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.MssManifestConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.MssManifestConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.MssManifestConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.MssManifestConfigurationProperty
An implementation for
CfnOriginEndpoint.MssManifestConfigurationProperty-
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.MssManifestConfigurationProperty
CfnOriginEndpoint.MssManifestConfigurationProperty.Builder, CfnOriginEndpoint.MssManifestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.MssManifestConfigurationProperty.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 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 Stringfinal StringThe name of the MSS manifest.final NumberThe duration (in seconds) of the manifest window.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.MssManifestConfigurationProperty.Builder.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnOriginEndpoint.MssManifestConfigurationPropertyThe name of the MSS manifest.
This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.
- Specified by:
getManifestNamein interfaceCfnOriginEndpoint.MssManifestConfigurationProperty- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.MssManifestConfigurationPropertyFilter 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.MssManifestConfigurationProperty- See Also:
-
getManifestLayout
- Specified by:
getManifestLayoutin interfaceCfnOriginEndpoint.MssManifestConfigurationProperty- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.MssManifestConfigurationPropertyThe duration (in seconds) of the manifest window.
This represents the total amount of content available in the manifest at any given time.
- Specified by:
getManifestWindowSecondsin interfaceCfnOriginEndpoint.MssManifestConfigurationProperty- 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()
-