Skip to content

Get Key

cloudfrontkeyvaluestore_get_key R Documentation

Returns a key value pair

Description

Returns a key value pair.

Usage

cloudfrontkeyvaluestore_get_key(KvsARN, Key)

Arguments

KvsARN

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

Key

[required] The key to get.

Value

A list with the following syntax:

list(
  Key = "string",
  Value = "string",
  ItemCount = 123,
  TotalSizeInBytes = 123
)

Request syntax

svc$get_key(
  KvsARN = "string",
  Key = "string"
)