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¶
ivs_get_stream_key(arn)
Arguments¶
arn |
[required] ARN for the stream key to be retrieved. |
Value¶
A list with the following syntax:
list(
streamKey = list(
arn = "string",
channelArn = "string",
tags = list(
"string"
),
value = "string"
)
)
Request syntax¶
svc$get_stream_key(
arn = "string"
)