Creates a new recording configuration, used to enable recording to Amazon S3
Source:R/ivs_operations.R
ivs_create_recording_configuration.RdCreates a new recording configuration, used to enable recording to Amazon S3.
See https://www.paws-r-sdk.com/docs/ivs_create_recording_configuration/ for full documentation.
Usage
ivs_create_recording_configuration(
name = NULL,
destinationConfiguration,
tags = NULL,
thumbnailConfiguration = NULL,
recordingReconnectWindowSeconds = NULL,
renditionConfiguration = NULL
)Arguments
- name
Recording-configuration name. The value does not need to be unique.
- destinationConfiguration
[required] A complex type that contains a destination configuration for where recorded video will be stored.
Array of 1-50 maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.- thumbnailConfiguration
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.
- recordingReconnectWindowSeconds
If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.
- renditionConfiguration
Object that describes which renditions should be recorded for a stream.