ivsrealtime / Client / list_public_keys
list_public_keys#
- ivsrealtime.Client.list_public_keys(**kwargs)#
Gets summary information about all public keys in your account, in the AWS region where the API request is processed.
See also: AWS API Documentation
Request Syntax
response = client.list_public_keys( nextToken='string', maxResults=123 )
- Parameters:
nextToken (string) – The first public key to retrieve. This is used for pagination; see the
nextToken
response field.maxResults (integer) – Maximum number of results to return. Default: 50.
- Return type:
dict
- Returns:
Response Syntax
{ 'publicKeys': [ { 'arn': 'string', 'name': 'string', 'tags': { 'string': 'string' } }, ], 'nextToken': 'string' }
Response Structure
(dict) –
publicKeys (list) –
List of the matching public keys (summary information only).
(dict) –
Summary information about a public key.
arn (string) –
Public key ARN.
name (string) –
Public key name.
tags (dict) –
Tags attached to the resource. Array of maps, each of the form
string:string (key:value)
. See Tagging AWS Resources for details, including restrictions that apply to tags and “Tag naming limits and requirements”; Amazon IVS has no constraints on tags beyond what is documented there.(string) –
(string) –
nextToken (string) –
If there are more public keys than
maxResults
, usenextToken
in the request to get the next set.
Exceptions
ivsrealtime.Client.exceptions.ValidationException
ivsrealtime.Client.exceptions.AccessDeniedException