cloudfrontkeyvaluestore_put_key {paws.networking}R 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.


[Package paws.networking version 0.9.0 Index]