Show / Hide Table of Contents

Class CfnChannel.HlsWebdavSettingsProperty

The configuration of a WebDav server as the downstream system for an HLS output.

Inheritance
object
CfnChannel.HlsWebdavSettingsProperty
Implements
CfnChannel.IHlsWebdavSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.HlsWebdavSettingsProperty : CfnChannel.IHlsWebdavSettingsProperty
Syntax (vb)
Public Class CfnChannel.HlsWebdavSettingsProperty Implements CfnChannel.IHlsWebdavSettingsProperty
Remarks

The parent of this entity is HlsCdnSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.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.AWS.MediaLive;

             var hlsWebdavSettingsProperty = new HlsWebdavSettingsProperty {
                 ConnectionRetryInterval = 123,
                 FilecacheDuration = 123,
                 HttpTransferMode = "httpTransferMode",
                 NumRetries = 123,
                 RestartDelay = 123
             };

Synopsis

Constructors

HlsWebdavSettingsProperty()

The configuration of a WebDav server as the downstream system for an HLS output.

Properties

ConnectionRetryInterval

The number of seconds to wait before retrying a connection to the CDN if the connection is lost.

FilecacheDuration

The size, in seconds, of the file cache for streaming outputs.

HttpTransferMode

Specifies whether to use chunked transfer encoding to WebDAV.

NumRetries

The number of retry attempts that are made before the channel is put into an error state.

RestartDelay

If a streaming output fails, the number of seconds to wait until a restart is initiated.

Constructors

HlsWebdavSettingsProperty()

The configuration of a WebDav server as the downstream system for an HLS output.

public HlsWebdavSettingsProperty()
Remarks

The parent of this entity is HlsCdnSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.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.AWS.MediaLive;

             var hlsWebdavSettingsProperty = new HlsWebdavSettingsProperty {
                 ConnectionRetryInterval = 123,
                 FilecacheDuration = 123,
                 HttpTransferMode = "httpTransferMode",
                 NumRetries = 123,
                 RestartDelay = 123
             };

Properties

ConnectionRetryInterval

The number of seconds to wait before retrying a connection to the CDN if the connection is lost.

public double? ConnectionRetryInterval { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-connectionretryinterval

FilecacheDuration

The size, in seconds, of the file cache for streaming outputs.

public double? FilecacheDuration { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-filecacheduration

HttpTransferMode

Specifies whether to use chunked transfer encoding to WebDAV.

public string? HttpTransferMode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-httptransfermode

NumRetries

The number of retry attempts that are made before the channel is put into an error state.

public double? NumRetries { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-numretries

RestartDelay

If a streaming output fails, the number of seconds to wait until a restart is initiated.

public double? RestartDelay { get; set; }
Property Value

double?

Remarks

A value of 0 means never restart.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-restartdelay

Implements

CfnChannel.IHlsWebdavSettingsProperty
Back to top Generated by DocFX