Class CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty
The optional configuration for a server that serves segments.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty : CfnSourceLocationPropsMixin.IDefaultSegmentDeliveryConfigurationProperty
Syntax (vb)
Public Class CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty Implements CfnSourceLocationPropsMixin.IDefaultSegmentDeliveryConfigurationProperty
Remarks
Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.
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.CfnPropertyMixins.AWS.MediaTailor;
var defaultSegmentDeliveryConfigurationProperty = new DefaultSegmentDeliveryConfigurationProperty {
BaseUrl = "baseUrl"
};
Synopsis
Constructors
| DefaultSegmentDeliveryConfigurationProperty() | The optional configuration for a server that serves segments. |
Properties
| BaseUrl | The hostname of the server that will be used to serve segments. |
Constructors
DefaultSegmentDeliveryConfigurationProperty()
The optional configuration for a server that serves segments.
public DefaultSegmentDeliveryConfigurationProperty()
Remarks
Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.
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.CfnPropertyMixins.AWS.MediaTailor;
var defaultSegmentDeliveryConfigurationProperty = new DefaultSegmentDeliveryConfigurationProperty {
BaseUrl = "baseUrl"
};
Properties
BaseUrl
The hostname of the server that will be used to serve segments.
public string? BaseUrl { get; set; }
Property Value
Remarks
This string must include the protocol, such as https:// .