Amazon DynamoDB

Least Privileged User

Navigate to the AWS console and create an IAM user with programmatic access. The user will need the following permissions. You can create a policy specifically for these permissions and apply the permissions to the user.

For more information, see: High Level AWS Source Configuration

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "DynamodbLpu",
      "Effect": "Allow",
      "Action": [
        "dynamodb:ListTables",
        "dynamodb:DescribeTable",
        "cloudwatch:GetMetricStatistics",
        "cloudwatch:ListMetrics"
        "iam:Get*"
      ],
      "Resource": "*"
    }
  ]
}

Connection Parameters

NameRequired?Description
Access Key IDRequired
Secret Access KeyRequired
Region
Conditions
Filter

Metrics

Global Secondary Index

NameDescription
Account-IDThe Account-ID of the Global Secondary Index.
Consumed Read CapacityThe Consumed Read Capacity of the Global Secondary Index.
Consumed Write CapacityThe Consumed Write Capacity of the Global Secondary Index.
Index NameThe Name of the Global Secondary Index.
Is BackfillingIndicates if the Global Secondary Index is backfilling.
Item CountThe Item Count of the Global Secondary Index.
Online Index Consumed Write CapacityThe Online Index Consumed Write Capacity of the Global Secondary Index.
Online Index Progress (%)The Online Index Percentage Progress of the Global Secondary Index.
Online Index Throttle EventsThe Online Index Throttle Events of the Global Secondary Index.
Provisioned Read CapacityThe Provisioned Read Capacity of the Global Secondary Index.
Provisioned Write CapacityThe Provisioned Write Capacity of the Global Secondary Index.
Read Throttle EventsThe Read Throttle Events of the Global Secondary Index.
RegionThe Region of the Global Secondary Index.
Size (Bytes)The Size of the Global Secondary Index.
StatusThe Status of the Global Secondary Index.
System ErrorsThe System Errors of the Global Secondary Index.
Table NameThe Table Name of the Global Secondary Index.
Throttled RequestsThe Throttled Requests of the Global Secondary Index.
Write Throttle EventsThe Write Throttle Events of the Global Secondary Index.

Key Schema

NameDescription
Account-IDThe Account-ID of the Key Schema.
Index NameThe Index Name of the Key Schema.
Key Schema NameThe Name of the Key Schema.
RegionThe Region of the Key Schema.
RoleThe Role of the Key Schema.
Table NameThe Table Name of the Key Schema.

Local Secondary Index

NameDescription
Account-IDThe Account-ID of the Local Secondary Index.
Index NameThe Name of the Local Secondary Index.
Item CountThe Item Count of the Local Secondary Index.
RegionThe Region of the Local Secondary Index.
Size (Bytes)The Size of the Local Secondary Index.
Table NameThe Table Name of the Local Secondary Index.

Table

NameDescription
Account-IDThe Account-ID of the Table.
Conditional Check Failed RequestsThe Conditional Check Failed Requests of the Table.
Consumed Read CapacityThe Consumed Read Capacity of the Table.
Consumed Write CapacityThe Consumed Write Capacity of the Table.
Online Index Consumed Write CapacityThe Online Index Consumed Write Capacity of the Table.
Online Index Progress (%)The Online Index Percentage Progress of the Table.
Online Index Throttle EventsThe Online Index Throttle Events of the Table.
Provisioned Read CapacityThe Provisioned Read Capacity of the Table.
Provisioned Write CapacityThe Provisioned Write Capacity of the Table.
Read Throttle EventsThe Read Throttle Events of the Table.
RegionThe Region of the Table.
Returned Items CountThe Returned Items of the Table.
Size (Gigabytes)The Size of the Table.
StatusThe Status of the Table.
Successful Request Latency (Milliseconds)The Successful Request Latency of the Table.
System ErrorsThe System Errors of the Table.
Table NameThe Name of the Table.
Throttled RequestsThe Throttled Requests of the Table.
User ErrorsThe User Errors of the Table.
Write Throttle EventsThe Write Throttle Events of the Table.