cloudfrontkeyvaluestore_put_key: Creates a new key value pair or replaces the value of an...

View source: R/cloudfrontkeyvaluestore_operations.R

cloudfrontkeyvaluestore_put_keyR Documentation

Creates a new key value pair or replaces the value of an existing key

Description

Creates a new key value pair or replaces the value of an existing key.

See https://www.paws-r-sdk.com/docs/cloudfrontkeyvaluestore_put_key/ for full documentation.

Usage

cloudfrontkeyvaluestore_put_key(Key, Value, KvsARN, IfMatch)

Arguments

Key

[required] The key to put.

Value

[required] The value to put.

KvsARN

[required] The Amazon Resource Name (ARN) of the Key Value Store.

IfMatch

[required] The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.


paws.networking documentation built on April 3, 2025, 5:54 p.m.