aws.cloudfront.list_key_value_stores
Example SQL Queries
SELECT * FROMaws.cloudfront.list_key_value_stores;Description
Specifies the key value stores to list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| status Input Column The status 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
| |
| arn The Amazon Resource Name (ARN) of the key value store. | VARCHAR |
| comment A comment for the key value store. | VARCHAR |
| id The unique Id for the key value store. | VARCHAR |
| last_modified_time The last-modified time of the key value store. | TIMESTAMP_S |
| name The name of the key value store. | VARCHAR |