View source: R/cloudfront_operations.R
cloudfront_create_key_value_store | R Documentation |
Specifies the key value store resource to add to your account. In your account, the key value store names must be unique. You can also import key value store data in JSON format from an S3 bucket by providing a valid ImportSource
that you own.
See https://www.paws-r-sdk.com/docs/cloudfront_create_key_value_store/ for full documentation.
cloudfront_create_key_value_store(Name, Comment = NULL, ImportSource = NULL)
Name |
[required] The name of the key value store. The minimum length is 1 character and the maximum length is 64 characters. |
Comment |
The comment of the key value store. |
ImportSource |
The S3 bucket that provides the source for the import. The source must be in a valid JSON format. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.