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)
[required] The name of the Key Value Store. The maximum length of the name is 32 characters.
The comment of the Key Value Store.
The S3 bucket that provides the source for the import. The source must be in a valid JSON format.