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();
 
  • Method Details

    • getConnectionRetryInterval

      @Stability(Stable) @Nullable default Number getConnectionRetryInterval()
      The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
    • getFilecacheDuration

      @Stability(Stable) @Nullable default Number getFilecacheDuration()
      The size, in seconds, of the file cache for streaming outputs.
    • getHttpTransferMode

      @Stability(Stable) @Nullable default String getHttpTransferMode()
      Specifies whether to use chunked transfer encoding to Akamai.

      To enable this feature, contact Akamai.

    • getNumRetries

      @Stability(Stable) @Nullable default Number getNumRetries()
      The number of retry attempts that will be made before the channel is put into an error state.
    • getRestartDelay

      @Stability(Stable) @Nullable default Number getRestartDelay()
      If a streaming output fails, the number of seconds to wait until a restart is initiated.

      A value of 0 means never restart.

    • getSalt

      @Stability(Stable) @Nullable default String getSalt()
      The salt for authenticated Akamai.
    • getToken

      @Stability(Stable) @Nullable default String getToken()
      The token parameter for authenticated Akamai.

      If this is not specified, gda is used.

    • builder

      @Stability(Stable) static CfnChannel.HlsAkamaiSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.HlsAkamaiSettingsProperty.Builder of CfnChannel.HlsAkamaiSettingsProperty