Skip to content

/AWS1/CL_IVS=>CREATERECORDINGCONFIGURATION()

About CreateRecordingConfiguration

Creates a new recording configuration, used to enable recording to Amazon S3.

Known issue: In the us-east-1 region, if you use the Amazon Web Services CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the state of the recording configuration is CREATE_FAILED (instead of ACTIVE). (In other regions, the CLI correctly returns failure if the bucket is in a different region.)

Workaround: Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.

Method Signature

IMPORTING

Required arguments:

IO_DESTINATIONCONFIGURATION TYPE REF TO /AWS1/CL_IVSDESTINATIONCONF /AWS1/CL_IVSDESTINATIONCONF

A complex type that contains a destination configuration for where recorded video will be stored.

Optional arguments:

IV_NAME TYPE /AWS1/IVSRECORDINGCONFNAME /AWS1/IVSRECORDINGCONFNAME

Recording-configuration name. The value does not need to be unique.

IT_TAGS TYPE /AWS1/CL_IVSTAGS_W=>TT_TAGS TT_TAGS

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.

IO_THUMBNAILCONFIGURATION TYPE REF TO /AWS1/CL_IVSTHUMBNAILCONF /AWS1/CL_IVSTHUMBNAILCONF

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.

IV_RECINGRECNCTWINDOWSECONDS TYPE /AWS1/IVSRCINGRECNCTWINDOWSECS /AWS1/IVSRCINGRECNCTWINDOWSECS

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.

IO_RENDITIONCONFIGURATION TYPE REF TO /AWS1/CL_IVSRENDITIONCONF /AWS1/CL_IVSRENDITIONCONF

Object that describes which renditions should be recorded for a stream.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_IVSCRERECINGCONFRSP /AWS1/CL_IVSCRERECINGCONFRSP