class Aws::MediaLive::Types::HlsMediaStoreSettings

Hls Media Store Settings

@note When making an API call, you may pass HlsMediaStoreSettings

data as a hash:

    {
      connection_retry_interval: 1,
      filecache_duration: 1,
      media_store_storage_class: "TEMPORAL", # accepts TEMPORAL
      num_retries: 1,
      restart_delay: 1,
    }

@!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] media_store_storage_class

When set to temporal, output files are stored in non-persistent
memory for faster reading and writing.
@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]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsMediaStoreSettings AWS API Documentation

Constants

SENSITIVE