Interface CfnChannel.HlsAkamaiSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.HlsAkamaiSettingsProperty extends software.amazon.jsii.JsiiSerializable
The Akamai settings in 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.*;
 HlsAkamaiSettingsProperty hlsAkamaiSettingsProperty = HlsAkamaiSettingsProperty.builder()
         .connectionRetryInterval(123)
         .filecacheDuration(123)
         .httpTransferMode("httpTransferMode")
         .numRetries(123)
         .restartDelay(123)
         .salt("salt")
         .token("token")
         .build();
 

See Also: