Class: Aws::MediaLive::Types::HlsAkamaiSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::HlsAkamaiSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Hls Akamai Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_retry_interval ⇒ Integer
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
-
#filecache_duration ⇒ Integer
Size in seconds of file cache for streaming outputs.
-
#http_transfer_mode ⇒ String
Specify whether or not to use chunked transfer encoding to Akamai.
-
#num_retries ⇒ Integer
Number of retry attempts that will be made before the Live Event is put into an error state.
-
#restart_delay ⇒ Integer
If a streaming output fails, number of seconds to wait until a restart is initiated.
-
#salt ⇒ String
Salt for authenticated Akamai.
-
#token ⇒ String
Token parameter for authenticated akamai.
Instance Attribute Details
#connection_retry_interval ⇒ Integer
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'lib/aws-sdk-medialive/types.rb', line 5747 class HlsAkamaiSettings < Struct.new( :connection_retry_interval, :filecache_duration, :http_transfer_mode, :num_retries, :restart_delay, :salt, :token) SENSITIVE = [] include Aws::Structure end |
#filecache_duration ⇒ Integer
Size in seconds of file cache for streaming outputs.
5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'lib/aws-sdk-medialive/types.rb', line 5747 class HlsAkamaiSettings < Struct.new( :connection_retry_interval, :filecache_duration, :http_transfer_mode, :num_retries, :restart_delay, :salt, :token) SENSITIVE = [] include Aws::Structure end |
#http_transfer_mode ⇒ String
Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'lib/aws-sdk-medialive/types.rb', line 5747 class HlsAkamaiSettings < Struct.new( :connection_retry_interval, :filecache_duration, :http_transfer_mode, :num_retries, :restart_delay, :salt, :token) SENSITIVE = [] include Aws::Structure end |
#num_retries ⇒ Integer
Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with “s3” or “mediastore”. For other URIs, the value is always 3.
5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'lib/aws-sdk-medialive/types.rb', line 5747 class HlsAkamaiSettings < Struct.new( :connection_retry_interval, :filecache_duration, :http_transfer_mode, :num_retries, :restart_delay, :salt, :token) SENSITIVE = [] include Aws::Structure end |
#restart_delay ⇒ Integer
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'lib/aws-sdk-medialive/types.rb', line 5747 class HlsAkamaiSettings < Struct.new( :connection_retry_interval, :filecache_duration, :http_transfer_mode, :num_retries, :restart_delay, :salt, :token) SENSITIVE = [] include Aws::Structure end |
#salt ⇒ String
Salt for authenticated Akamai.
5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'lib/aws-sdk-medialive/types.rb', line 5747 class HlsAkamaiSettings < Struct.new( :connection_retry_interval, :filecache_duration, :http_transfer_mode, :num_retries, :restart_delay, :salt, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
Token parameter for authenticated akamai. If not specified, _gda_ is used.
5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'lib/aws-sdk-medialive/types.rb', line 5747 class HlsAkamaiSettings < Struct.new( :connection_retry_interval, :filecache_duration, :http_transfer_mode, :num_retries, :restart_delay, :salt, :token) SENSITIVE = [] include Aws::Structure end |