AWS::CloudFront::KeyValueStoreThe 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 { CfnKeyValueStore } from 'aws-cdk-lib/aws-cloudfront';Or use the module namespace:
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnKeyValueStoreConfiguration passed to the constructor as CfnKeyValueStoreProps.
nameRequiredstringThe name of the key value store.
commentOptionalstringA comment for the key value store.
importSourceOptionalIResolvable | ImportSourcePropertyThe import source for the key value store.
tagsOptionalCfnTag[]This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.
Download Free Infographicaws-cloudfrontAWS::CloudFront::KeyValueStore