cloudfront_create_key_value_store: Specifies the key value store resource to add to your account

View source: R/cloudfront_operations.R

cloudfront_create_key_value_storeR 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.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.