importPlaybackKeyPair
inline suspend fun IvsClient.importPlaybackKeyPair(crossinline block: ImportPlaybackKeyPairRequest.Builder.() -> Unit): ImportPlaybackKeyPairResponse
Imports the public portion of a new key pair and returns its arn
and fingerprint
. The privateKey
can then be used to generate viewer authorization tokens, to grant viewers access to private channels. For more information, see Setting Up Private Channels in the Amazon IVS User Guide.