ivs_import_playback_key_pair: Imports the public portion of a new key pair and returns its...

View source: R/ivs_operations.R

ivs_import_playback_key_pairR Documentation

Imports the public portion of a new key pair and returns its arn and fingerprint

Description

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.

See https://www.paws-r-sdk.com/docs/ivs_import_playback_key_pair/ for full documentation.

Usage

ivs_import_playback_key_pair(name = NULL, publicKeyMaterial, tags = NULL)

Arguments

name

Playback-key-pair name. The value does not need to be unique.

publicKeyMaterial

[required] The public portion of a customer-generated key pair.

tags

Any tags provided with the request are added to the playback key pair tags. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.