Interface CfnChannel.HlsWebdavSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.HlsWebdavSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.HlsWebdavSettingsProperty extends software.amazon.jsii.JsiiSerializable
The configuration of a WebDav server as the downstream system for an HLS output.

The parent of this entity is HlsCdnSettings.

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.medialive.*;
 HlsWebdavSettingsProperty hlsWebdavSettingsProperty = HlsWebdavSettingsProperty.builder()
         .connectionRetryInterval(123)
         .filecacheDuration(123)
         .httpTransferMode("httpTransferMode")
         .numRetries(123)
         .restartDelay(123)
         .build();
 

See Also: