aws.ivs_realtime.list_public_keys
Example SQL Queries
SELECT * FROMaws.ivs_realtime.list_public_keys;Description
Gets summary information about all public keys in your account, in the AWS region where the API request is processed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn Public key ARN. | VARCHAR |
| name Public key name. | VARCHAR |
| tags 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. | MAP(VARCHAR, VARCHAR) |