List Encoder Configurations
| ivsrealtime_list_encoder_configurations | R Documentation |
Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed¶
Description¶
Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed.
Usage¶
ivsrealtime_list_encoder_configurations(nextToken, maxResults)
Arguments¶
nextToken |
The first encoder configuration to retrieve. This is used for
pagination; see the |
maxResults |
Maximum number of results to return. Default: 100. |
Value¶
A list with the following syntax:
list(
encoderConfigurations = list(
list(
arn = "string",
name = "string",
tags = list(
"string"
)
)
),
nextToken = "string"
)
Request syntax¶
svc$list_encoder_configurations(
nextToken = "string",
maxResults = 123
)