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.
ivsrealtime_list_ingest_configurations(
filterByStageArn = NULL,
filterByState = NULL,
nextToken = NULL,
maxResults = NULL
)
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.
Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.
The first IngestConfiguration to retrieve. This is used for pagination;
see the nextToken
response field.
Maximum number of results to return. Default: 50.