cloudfrontkeyvaluestore_delete_key {paws.networking} | R Documentation |
Deletes the key value pair specified by the key
Description
Deletes the key value pair specified by the key.
See https://www.paws-r-sdk.com/docs/cloudfrontkeyvaluestore_delete_key/ for full documentation.
Usage
cloudfrontkeyvaluestore_delete_key(KvsARN, Key, IfMatch)
Arguments
KvsARN |
[required] The Amazon Resource Name (ARN) of the Key Value Store. |
Key |
[required] The key to delete. |
IfMatch |
[required] The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore. |
[Package paws.networking version 0.9.0 Index]