AWS::MediaLive::Channel HlsAkamaiSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel HlsAkamaiSettings

The Akamai settings in an HLS output.

The parent of this entity is HlsCdnSettings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ConnectionRetryInterval" : Integer, "FilecacheDuration" : Integer, "HttpTransferMode" : String, "NumRetries" : Integer, "RestartDelay" : Integer, "Salt" : String, "Token" : String }

YAML

ConnectionRetryInterval: Integer FilecacheDuration: Integer HttpTransferMode: String NumRetries: Integer RestartDelay: Integer Salt: String Token: String

Properties

ConnectionRetryInterval

The number of seconds to wait before retrying a connection to the CDN if the connection is lost.

Required: No

Type: Integer

Update requires: No interruption

FilecacheDuration

The size, in seconds, of the file cache for streaming outputs.

Required: No

Type: Integer

Update requires: No interruption

HttpTransferMode

Specifies whether to use chunked transfer encoding to Akamai. To enable this feature, contact Akamai.

Required: No

Type: String

Update requires: No interruption

NumRetries

The number of retry attempts that will be made before the channel is put into an error state.

Required: No

Type: Integer

Update requires: No interruption

RestartDelay

If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.

Required: No

Type: Integer

Update requires: No interruption

Salt

The salt for authenticated Akamai.

Required: No

Type: String

Update requires: No interruption

Token

The token parameter for authenticated Akamai. If this is not specified, _gda_ is used.

Required: No

Type: String

Update requires: No interruption