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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediatailor.CfnLiveSource.HttpPackageConfigurationProperty
CfnLiveSource.HttpPackageConfigurationProperty.Builder, CfnLiveSource.HttpPackageConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLiveSource.HttpPackageConfigurationProperty.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 StringgetPath()The relative path to the URL for this VOD source.final StringThe name of the source group.final StringgetType()The streaming protocol for this package configuration.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 theCfnLiveSource.HttpPackageConfigurationProperty.Builder.
-
-
Method Details
-
getPath
Description copied from interface:CfnLiveSource.HttpPackageConfigurationPropertyThe relative path to the URL for this VOD source.This is combined with
SourceLocation::HttpConfiguration::BaseUrlto form a valid URL.- Specified by:
getPathin interfaceCfnLiveSource.HttpPackageConfigurationProperty- See Also:
-
getSourceGroup
Description copied from interface:CfnLiveSource.HttpPackageConfigurationPropertyThe name of the source group.This has to match one of the
Channel::Outputs::SourceGroup.- Specified by:
getSourceGroupin interfaceCfnLiveSource.HttpPackageConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnLiveSource.HttpPackageConfigurationPropertyThe streaming protocol for this package configuration.Supported values are
HLSandDASH.- Specified by:
getTypein interfaceCfnLiveSource.HttpPackageConfigurationProperty- 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()
-