Interface CfnChannel.HlsBasicPutSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.HlsBasicPutSettingsProperty extends software.amazon.jsii.JsiiSerializable
The configuration of HLS Basic Put Settings.

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.*;
 HlsBasicPutSettingsProperty hlsBasicPutSettingsProperty = HlsBasicPutSettingsProperty.builder()
         .connectionRetryInterval(123)
         .filecacheDuration(123)
         .numRetries(123)
         .restartDelay(123)
         .build();
 

See Also: