AWS::MediaLive::Channel HlsMediaStoreSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaLive::Channel HlsMediaStoreSettings

The configuration of a MediaStore container as the destination for an HLS output.

The parent of this entity is HlsCdnSettings.

Syntax

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

JSON

{ "ConnectionRetryInterval" : Integer, "FilecacheDuration" : Integer, "MediaStoreStorageClass" : String, "NumRetries" : Integer, "RestartDelay" : Integer }

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

MediaStoreStorageClass

When set to temporal, output files are stored in non-persistent memory for faster reading and writing.

Required: No

Type: String

Update requires: No interruption

NumRetries

The number of retry attempts that are 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