AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::KeyValueStore

CloudFront KeyValueStore

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.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Comment
string
ImportSource
ImportSource
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Idstring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::KeyValueStore

Resources:
  MyResource:
    Type: AWS::CloudFront::KeyValueStore
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudfront:CreateKeyValueStorecloudfront:DescribeKeyValueStorecloudfront:TagResources3:GetObjects3:HeadObjects3:GetBucketLocation

delete

cloudfront:DeleteKeyValueStorecloudfront:DescribeKeyValueStore

list

cloudfront:ListKeyValueStores

read

cloudfront:DescribeKeyValueStorecloudfront:ListTagsForResource

update

cloudfront:UpdateKeyValueStorecloudfront:DescribeKeyValueStorecloudfront:TagResourcecloudfront:UntagResource

Get the CloudFront Cheat Sheet

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

Download Free Infographic

Quick Facts

ServiceCloudFront
Properties7
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links