aws.cloudfront_keyvaluestore.list_keys
Example SQL Queries
SELECT * FROMaws.cloudfront_keyvaluestore.list_keysWHERE"kvs_arn" = 'VALUE';Description
Returns a list of key value pairs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| kvs_arn Required Input Column The Amazon Resource Name (ARN) of the Key Value Store. | 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
| |
| key The key of the key value pair. | VARCHAR |
| value The value of the key value pair. | VARCHAR |