View source: R/cloudfrontkeyvaluestore_operations.R
cloudfrontkeyvaluestore_put_key | R Documentation |
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.
cloudfrontkeyvaluestore_put_key(Key, Value, KvsARN, IfMatch)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.