Skip to content

dynamodb list-table-items

list dynamodb items in a table

Description

List dynamodb items in a table

Synopsis

dynamodb list-table-items
    [--site <site>]
    [--region <region>]
    <name>

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

region - (string)

     AWS region for the service
     Example: --region "region-1"
     Default: _None_      Attributes: optional

name - (string)

     The name of the table
     Example: "name-1"
     Default: _None_      Attributes: required

Examples

Input:

x=! dynamodb list-table-items --table "testtable1"
Output:
[
  {
    "testpk1": "testpkval1",
    "testsk1": "testskval1"
  }
]

Access Control

To use this command, you need access to the following:

Field Value
Action "read"
Service Type "dynamodb"
Service Instance
Namespace
Object Type "item"
Object ID

Please see Access Control for details.