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.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Comment | string | |
ImportSource | ImportSource | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
cloudfront:CreateKeyValueStorecloudfront:DescribeKeyValueStorecloudfront:TagResources3:GetObjects3:HeadObjects3:GetBucketLocationcloudfront:DeleteKeyValueStorecloudfront:DescribeKeyValueStorecloudfront:ListKeyValueStorescloudfront:DescribeKeyValueStorecloudfront:ListTagsForResourcecloudfront:UpdateKeyValueStorecloudfront:DescribeKeyValueStorecloudfront:TagResourcecloudfront:UntagResourceEverything you need to know about CloudFront on one page. HD quality, print-friendly.
Download Free InfographicNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name