aws.cloudfront.describe_key_value_store
Example SQL Queries
SELECT * FROMaws.cloudfront.describe_key_value_storeWHERE"name" = 'VALUE';Description
Specifies the key value store and its configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name 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
| |
| e_tag The ETag of the resulting key value store. | VARCHAR |
| key_value_store The resulting key value store. | STRUCT( |
Show child fields
| |