List Playback Key Pairs
ivs_list_playback_key_pairs | R Documentation |
Gets summary information about playback key pairs¶
Description¶
Gets summary information about playback key pairs. For more information, see Setting Up Private Channels in the Amazon IVS User Guide.
Usage¶
Arguments¶
nextToken
The first key pair to retrieve. This is used for pagination; see the
nextToken
response field.maxResults
Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.
Value¶
A list with the following syntax:
list(
keyPairs = list(
list(
arn = "string",
name = "string",
tags = list(
"string"
)
)
),
nextToken = "string"
)