aws.cloudfront_keyvaluestore.describe_key_value_store
Example SQL Queries
SELECT * FROMaws.cloudfront_keyvaluestore.describe_key_value_storeWHERE"kvs_arn" = 'VALUE';Description
Returns metadata information about Key Value Store.
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
| |
| created Date and time when the Key Value Store was created. | TIMESTAMP_S |
| e_tag The version identifier for the current version of the Key Value Store. | VARCHAR |
| failure_reason The reason for Key Value Store creation failure. | VARCHAR |
| item_count Number of key value pairs in the Key Value Store. | BIGINT |
| last_modified Date and time when the key value pairs in the Key Value Store was last modified. | TIMESTAMP_S |
| status The current status of the Key Value Store. | VARCHAR |
| total_size_in_bytes Total size of the Key Value Store in bytes. | BIGINT |