Skip to contents

Lists all IngestConfigurations in your account, in the AWS region where the API request is processed.

See https://www.paws-r-sdk.com/docs/ivsrealtime_list_ingest_configurations/ for full documentation.

Usage

ivsrealtime_list_ingest_configurations(
  filterByStageArn = NULL,
  filterByState = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

filterByStageArn

Filters the response list to match the specified stage ARN. Only one filter (by stage ARN or by state) can be used at a time.

filterByState

Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.

nextToken

The first IngestConfiguration to retrieve. This is used for pagination; see the nextToken response field.

maxResults

Maximum number of results to return. Default: 50.