Interface CfnChannelPropsMixin.HlsWebdavSettingsProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.*;
 HlsWebdavSettingsProperty hlsWebdavSettingsProperty = HlsWebdavSettingsProperty.builder()
         .connectionRetryInterval(123)
         .filecacheDuration(123)
         .httpTransferMode("httpTransferMode")
         .numRetries(123)
         .restartDelay(123)
         .build();
 

See Also: