ivsrealtime_update_ingest_configuration {paws.analytics} | R Documentation |
Updates a specified IngestConfiguration
Description
Updates a specified IngestConfiguration. Only the stage ARN attached to the IngestConfiguration can be updated. An IngestConfiguration that is active cannot be updated.
See https://www.paws-r-sdk.com/docs/ivsrealtime_update_ingest_configuration/ for full documentation.
Usage
ivsrealtime_update_ingest_configuration(arn, stageArn = NULL)
Arguments
arn |
[required] ARN of the IngestConfiguration, for which the related stage ARN needs to be updated. |
stageArn |
Stage ARN that needs to be updated. |
[Package paws.analytics version 0.9.0 Index]