Interface CfnLiveSource.HttpPackageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLiveSource.HttpPackageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLiveSource
@Stability(Stable)
public static interface CfnLiveSource.HttpPackageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The HTTP package configuration properties for the requested VOD source.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediatailor.*;
HttpPackageConfigurationProperty httpPackageConfigurationProperty = HttpPackageConfigurationProperty.builder()
.path("path")
.sourceGroup("sourceGroup")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLiveSource.HttpPackageConfigurationPropertystatic final classAn implementation forCfnLiveSource.HttpPackageConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPath
The relative path to the URL for this VOD source.This is combined with
SourceLocation::HttpConfiguration::BaseUrlto form a valid URL.- See Also:
-
getSourceGroup
The name of the source group.This has to match one of the
Channel::Outputs::SourceGroup.- See Also:
-
getType
The streaming protocol for this package configuration.Supported values are
HLSandDASH.- See Also:
-
builder
-