class Aws::MediaLive::Types::HlsAkamaiSettings
Hls Akamai Settings
@note When making an API call, you may pass HlsAkamaiSettings
data as a hash: { connection_retry_interval: 1, filecache_duration: 1, http_transfer_mode: "CHUNKED", # accepts CHUNKED, NON_CHUNKED num_retries: 1, restart_delay: 1, salt: "__string", token: "__string", }
@!attribute [rw] connection_retry_interval
Number of seconds to wait before retrying connection to the CDN if the connection is lost. @return [Integer]
@!attribute [rw] filecache_duration
Size in seconds of file cache for streaming outputs. @return [Integer]
@!attribute [rw] http_transfer_mode
Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature. @return [String]
@!attribute [rw] num_retries
Number of retry attempts that will be made before the Live Event is put into an error state. @return [Integer]
@!attribute [rw] restart_delay
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart. @return [Integer]
@!attribute [rw] salt
Salt for authenticated Akamai. @return [String]
@!attribute [rw] token
Token parameter for authenticated akamai. If not specified, \_gda\_ is used. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsAkamaiSettings AWS API Documentation
Constants
- SENSITIVE