HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/python3/dist-packages/awscli/examples/ivs/list-recording-configurations.rst
**To list all the RecordingConfiguration resources created in this account**

The following ``get-recording-configuration`` example gets information about the RecordingConfiguration resource for the specified ARN. ::

    aws ivs list-recording-configurations

Output::

    {
        "recordingConfigurations": [
            {
                "arn": "arn:aws:ivs:us-west-2:123456789012:recording-configuration/ABcdef34ghIJ",
                "name": "test-recording-config-1",
                "destinationConfiguration": {
                    "s3": {
                        "bucketName": "demo-recording-bucket-1"
                    }
                },
                "state": "ACTIVE",
                "tags": {}
            },
            {
                "arn": "arn:aws:ivs:us-west-2:123456789012:recording-configuration/CD12abcdGHIJ",
                "name": "test-recording-config-2",
                "destinationConfiguration": {
                    "s3": {
                        "bucketName": "demo-recording-bucket-2"
                    }
                },
                "state": "ACTIVE",
                "tags": {}
            }
        ]
    }

For more information, see `Record to Amazon S3 <https://docs.aws.amazon.com/ivs/latest/userguide/record-to-S3.html>`__ in the *Amazon Interactive Video Service User Guide*.