Class CfnLiveSource.HttpPackageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnLiveSource.HttpPackageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLiveSource.HttpPackageConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLiveSource.HttpPackageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLiveSource.HttpPackageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLiveSource.HttpPackageConfigurationProperty
An implementation for
CfnLiveSource.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.CfnLiveSource.HttpPackageConfigurationProperty
CfnLiveSource.HttpPackageConfigurationProperty.Builder, CfnLiveSource.HttpPackageConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLiveSource.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 theCfnLiveSource.HttpPackageConfigurationProperty.Builder
.
-
-
Method Details
-
getPath
Description copied from interface:CfnLiveSource.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 interfaceCfnLiveSource.HttpPackageConfigurationProperty
- See Also:
-
getSourceGroup
Description copied from interface:CfnLiveSource.HttpPackageConfigurationProperty
The name of the source group.This has to match one of the
Channel::Outputs::SourceGroup
.- Specified by:
getSourceGroup
in interfaceCfnLiveSource.HttpPackageConfigurationProperty
- See Also:
-
getType
Description copied from interface:CfnLiveSource.HttpPackageConfigurationProperty
The streaming protocol for this package configuration.Supported values are
HLS
andDASH
.- Specified by:
getType
in interfaceCfnLiveSource.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()
-