View source: R/ivsrealtime_operations.R
ivsrealtime_create_storage_configuration | R Documentation |
Creates a new storage configuration, used to enable recording to Amazon S3. When a StorageConfiguration is created, IVS will modify the S3 bucketPolicy of the provided bucket. This will ensure that IVS has sufficient permissions to write content to the provided bucket.
See https://www.paws-r-sdk.com/docs/ivsrealtime_create_storage_configuration/ for full documentation.
ivsrealtime_create_storage_configuration(name = NULL, s3, tags = NULL)
name |
Storage configuration name. The value does not need to be unique. |
s3 |
[required] A complex type that contains a storage configuration for where recorded video will be stored. |
tags |
Tags attached to the resource. Array of maps, each of the form
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.