This is the new AWS 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
The ParticipantThumbnailConfiguration
property type specifies Property description not available. for an AWS::IVS::Stage.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "RecordingMode" :
String
, "Storage" :[ String, ... ]
, "TargetIntervalSeconds" :Integer
}
YAML
RecordingMode:
String
Storage:- String
TargetIntervalSeconds:Integer
Properties
RecordingMode
Property description not available.
Required: No
Type: String
Allowed values:
INTERVAL | DISABLED
Update requires: No interruption
Storage
Property description not available.
Required: No
Type: Array of String
Allowed values:
SEQUENTIAL | LATEST
Minimum:
0
Maximum:
2
Update requires: No interruption
TargetIntervalSeconds
Property description not available.
Required: No
Type: Integer
Minimum:
1
Maximum:
86400
Update requires: No interruption