Class CfnVodSourcePropsMixin.HttpPackageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnVodSourcePropsMixin.HttpPackageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVodSourcePropsMixin.HttpPackageConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVodSourcePropsMixin.HttpPackageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnVodSourcePropsMixin.HttpPackageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVodSourcePropsMixin.HttpPackageConfigurationProperty
An implementation for
CfnVodSourcePropsMixin.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.cfnpropertymixins.services.mediatailor.CfnVodSourcePropsMixin.HttpPackageConfigurationProperty
CfnVodSourcePropsMixin.HttpPackageConfigurationProperty.Builder, CfnVodSourcePropsMixin.HttpPackageConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVodSourcePropsMixin.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 theCfnVodSourcePropsMixin.HttpPackageConfigurationProperty.Builder.
-
-
Method Details
-
getPath
Description copied from interface:CfnVodSourcePropsMixin.HttpPackageConfigurationPropertyThe relative path to the URL for this VOD source.This is combined with
SourceLocation::HttpConfiguration::BaseUrlto form a valid URL.- Specified by:
getPathin interfaceCfnVodSourcePropsMixin.HttpPackageConfigurationProperty- See Also:
-
getSourceGroup
Description copied from interface:CfnVodSourcePropsMixin.HttpPackageConfigurationPropertyThe name of the source group.This has to match one of the
Channel::Outputs::SourceGroup.- Specified by:
getSourceGroupin interfaceCfnVodSourcePropsMixin.HttpPackageConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnVodSourcePropsMixin.HttpPackageConfigurationPropertyThe streaming protocol for this package configuration.Supported values are
HLSandDASH.- Specified by:
getTypein interfaceCfnVodSourcePropsMixin.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()
-