Class CfnVodSource.HttpPackageConfigurationProperty
The HTTP package configuration properties for the requested VOD source.
Inheritance
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HttpPackageConfigurationProperty : Object, CfnVodSource.IHttpPackageConfigurationProperty
Syntax (vb)
Public Class HttpPackageConfigurationProperty
Inherits Object
Implements CfnVodSource.IHttpPackageConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaTailor;
var httpPackageConfigurationProperty = new HttpPackageConfigurationProperty {
Path = "path",
SourceGroup = "sourceGroup",
Type = "type"
};
Synopsis
Constructors
Http |
Properties
Path | The relative path to the URL for this VOD source. |
Source |
The name of the source group. |
Type | The streaming protocol for this package configuration. |
Constructors
HttpPackageConfigurationProperty()
public HttpPackageConfigurationProperty()
Properties
Path
The relative path to the URL for this VOD source.
public string Path { get; set; }
Property Value
System.
Remarks
This is combined with SourceLocation::HttpConfiguration::BaseUrl
to form a valid URL.
SourceGroup
The name of the source group.
public string SourceGroup { get; set; }
Property Value
System.
Remarks
This has to match one of the Channel::Outputs::SourceGroup
.
Type
The streaming protocol for this package configuration.
public string Type { get; set; }
Property Value
System.