aws.cloudfront.get_public_key
Example SQL Queries
SELECT * FROMaws.cloudfront.get_public_keyWHERE"id" = 'VALUE';Description
Gets a public key.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The identifier of the public key you are getting. | 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
| |
| e_tag The identifier for this version of the public key. | VARCHAR |
| public_key The public key. | STRUCT( |
Show child fields
| |