Skip to main content

key_value_stores_list_only

Lists key_value_stores in a region or regions, for all properties use key_value_stores

Overview

Namekey_value_stores_list_only
TypeResource
DescriptionThe 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.
Idaws.cloudfront.key_value_stores_list_only

Fields

NameDatatypeDescription
namestringThe name of the key value store.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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