aws.cloudfront.get_key_group_config
Example SQL Queries
SELECT * FROMaws.cloudfront.get_key_group_configWHERE"id" = 'VALUE';Description
Gets a key group configuration.
To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using ListDistributions or GetDistribution. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The identifier of the key group whose configuration you are getting. To get the identifier, use ListKeyGroups. | 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 key group. | VARCHAR |
| key_group_config The key group configuration. | STRUCT( |
Show child fields
| |