aws.cloudfront.get_public_key_config
Example SQL Queries
SELECT * FROMaws.cloudfront.get_public_key_configWHERE"id" = 'VALUE';Description
Gets a public key configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The identifier of the public key whose configuration 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 configuration. | VARCHAR |
| public_key_config A public key configuration. | STRUCT( |
Show child fields
| |