List Stream Keys
| ivs_list_stream_keys | R Documentation |
Gets summary information about stream keys for the specified channel¶
Description¶
Gets summary information about stream keys for the specified channel.
Usage¶
Arguments¶
channelArn[required] Channel ARN used to filter the list.
nextTokenThe first stream key to retrieve. This is used for pagination; see the
nextTokenresponse field.maxResultsMaximum number of streamKeys to return. Default: 1.
Value¶
A list with the following syntax:
list(
streamKeys = list(
list(
arn = "string",
channelArn = "string",
tags = list(
"string"
)
)
),
nextToken = "string"
)