aws.ivs_realtime.get_public_key
Example SQL Queries
SELECT * FROMaws.ivs_realtime.get_public_keyWHERE"arn" = 'VALUE';Description
Gets information for the specified public key.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column ARN of the public key for which the information is to be retrieved. | VARCHAR |
| _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
| |
| public_key The public key that is returned. | STRUCT( |
Show child fields
| |