View source: R/ivsrealtime_operations.R
ivsrealtime_list_ingest_configurations | R Documentation |
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
)
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 |
maxResults |
Maximum number of results to return. Default: 50. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.