Class CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVodSource.HttpPackageConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVodSource.HttpPackageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVodSource.HttpPackageConfigurationProperty
An implementation for
CfnVodSource.HttpPackageConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediatailor.CfnVodSource.HttpPackageConfigurationProperty
CfnVodSource.HttpPackageConfigurationProperty.Builder, CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVodSource.HttpPackageConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getPath()
The relative path to the URL for this VOD source.final String
The name of the source group.final String
getType()
The streaming protocol for this package configuration.final int
hashCode()
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 theCfnVodSource.HttpPackageConfigurationProperty.Builder
.
-
-
Method Details
-
getPath
Description copied from interface:CfnVodSource.HttpPackageConfigurationProperty
The relative path to the URL for this VOD source.This is combined with
SourceLocation::HttpConfiguration::BaseUrl
to form a valid URL.- Specified by:
getPath
in interfaceCfnVodSource.HttpPackageConfigurationProperty
- See Also:
-
getSourceGroup
Description copied from interface:CfnVodSource.HttpPackageConfigurationProperty
The name of the source group.This has to match one of the
Channel::Outputs::SourceGroup
.- Specified by:
getSourceGroup
in interfaceCfnVodSource.HttpPackageConfigurationProperty
- See Also:
-
getType
Description copied from interface:CfnVodSource.HttpPackageConfigurationProperty
The streaming protocol for this package configuration.Supported values are
HLS
andDASH
.- Specified by:
getType
in interfaceCfnVodSource.HttpPackageConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-