AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CloudFront::KeyValueStore

CfnKeyValueStore

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.

Import

import { CfnKeyValueStore } from 'aws-cdk-lib/aws-cloudfront';

Or use the module namespace:

import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnKeyValueStore

Properties

Configuration passed to the constructor as CfnKeyValueStoreProps.

nameRequired
string

The name of the key value store.

commentOptional
string

A comment for the key value store.

importSourceOptional
IResolvable | ImportSourceProperty

The import source for the key value store.

tagsOptional
CfnTag[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon CloudFront Cheat Sheet

Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.

Download Free Infographic