Class CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty
An implementation for
CfnOriginEndpointPropsMixin.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.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty
CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty.Builder, CfnOriginEndpointPropsMixin.MssManifestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointPropsMixin.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 theCfnOriginEndpointPropsMixin.MssManifestConfigurationProperty.Builder.
-
-
Method Details
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpointPropsMixin.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
IResolvableorCfnOriginEndpointPropsMixin.FilterConfigurationProperty- Specified by:
getFilterConfigurationin interfaceCfnOriginEndpointPropsMixin.MssManifestConfigurationProperty- See Also:
-
getManifestLayout
- Specified by:
getManifestLayoutin interfaceCfnOriginEndpointPropsMixin.MssManifestConfigurationProperty- See Also:
-
getManifestName
Description copied from interface:CfnOriginEndpointPropsMixin.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 interfaceCfnOriginEndpointPropsMixin.MssManifestConfigurationProperty- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpointPropsMixin.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 interfaceCfnOriginEndpointPropsMixin.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()
-