RenditionSelection

class aws_cdk.aws_ivs_alpha.RenditionSelection(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) Rendition selection mode.

Stability:

experimental

Attributes

ALL

(experimental) Record all available renditions.

Stability:

experimental

CUSTOM

(experimental) Select a subset of video renditions to record.

Stability:

experimental

NONE

(experimental) Does not record any video.

This option is useful if you just want to record thumbnails.

Stability:

experimental