enum RenditionSelection
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Ivs.Alpha.RenditionSelection |
Go | github.com/aws/aws-cdk-go/awscdkivsalpha/v2#RenditionSelection |
Java | software.amazon.awscdk.services.ivs.alpha.RenditionSelection |
Python | aws_cdk.aws_ivs_alpha.RenditionSelection |
TypeScript (source) | @aws-cdk/aws-ivs-alpha ยป RenditionSelection |
Rendition selection mode.
Members
| Name | Description |
|---|---|
| ALL | Record all available renditions. |
| NONE | Does not record any video. |
| CUSTOM | Select a subset of video renditions to record. |
ALL
Record all available renditions.
NONE
Does not record any video.
This option is useful if you just want to record thumbnails.
CUSTOM
Select a subset of video renditions to record.

.NET
Go
Java
Python
TypeScript (