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::IVS::Stage ParticipantThumbnailConfiguration
Object specifying a configuration of thumbnails for recorded video from an individual participant.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "RecordingMode" :String, "Storage" :[ String, ... ], "TargetIntervalSeconds" :Integer}
YAML
RecordingMode:StringStorage:- StringTargetIntervalSeconds:Integer
Properties
RecordingMode-
Thumbnail recording mode. Default:
DISABLED.Required: No
Type: String
Allowed values:
INTERVAL | DISABLEDUpdate requires: No interruption
Storage-
Indicates the format in which thumbnails are recorded.
SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.Required: No
Type: Array of String
Allowed values:
SEQUENTIAL | LATESTMinimum:
0Maximum:
2Update requires: No interruption
TargetIntervalSeconds-
The targeted thumbnail-generation interval in seconds. This is configurable only if
recordingModeisINTERVAL. Default: 60.Required: No
Type: Integer
Minimum:
1Maximum:
86400Update requires: No interruption