Show / Hide Table of Contents

Class CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty

The optional configuration for a server that serves segments.

Inheritance
object
CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty
Implements
CfnSourceLocationPropsMixin.IDefaultSegmentDeliveryConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-defaultsegmentdeliveryconfiguration.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-defaultsegmentdeliveryconfiguration.html

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

string

Remarks

This string must include the protocol, such as https:// .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-defaultsegmentdeliveryconfiguration.html#cfn-mediatailor-sourcelocation-defaultsegmentdeliveryconfiguration-baseurl

Implements

CfnSourceLocationPropsMixin.IDefaultSegmentDeliveryConfigurationProperty
Back to top Generated by DocFX