Get Stream Key
ivs_get_stream_key | R Documentation |
Gets stream-key information for a specified ARN¶
Description¶
Gets stream-key information for a specified ARN.
Usage¶
Arguments¶
arn
[required] ARN for the stream key to be retrieved.
Value¶
A list with the following syntax:
list(
streamKey = list(
arn = "string",
value = "string",
channelArn = "string",
tags = list(
"string"
)
)
)