ivsrealtime_update_ingest_configuration: Updates a specified IngestConfiguration

View source: R/ivsrealtime_operations.R

ivsrealtime_update_ingest_configurationR 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,
  redundantIngest = 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.

redundantIngest

Indicates whether redundant ingest is enabled for the ingest configuration. Default: false.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.