cloudfront_create_key_value_store {paws.networking} | R Documentation |
Specifies the key value store resource to add to your account
Description
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.
Usage
cloudfront_create_key_value_store(Name, Comment = NULL, ImportSource = NULL)
Arguments
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. |
[Package paws.networking version 0.9.0 Index]