Skip to content

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",
    value = "string",
    channelArn = "string",
    tags = list(
      "string"
    )
  )
)

Request syntax

svc$get_stream_key(
  arn = "string"
)