key_value_stores_list_only
Lists key_value_stores
in a region or regions, for all properties use key_value_stores
Overview
Name | key_value_stores_list_only |
Type | Resource |
Description | The key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values. |
Id | aws.cloudfront.key_value_stores_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the key value store. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all key_value_stores
in a region.
SELECT
region,
name
FROM aws.cloudfront.key_value_stores_list_only
;
Permissions
For permissions required to operate on the key_value_stores_list_only
resource, see key_value_stores