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
JSON
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DynamodbLpu",
"Effect": "Allow",
"Action": [
"dynamodb:ListTables",
"dynamodb:DescribeTable",
"cloudwatch:GetMetricStatistics",
"cloudwatch:ListMetrics"
"iam:Get*"
],
"Resource": "*"
}
]
}
Name Required? Description Access Key ID Required Secret Access Key Required Region Conditions Filter
Name Description Account-ID The Account-ID of the Global Secondary Index. Consumed Read Capacity The Consumed Read Capacity of the Global Secondary Index. Consumed Write Capacity The Consumed Write Capacity of the Global Secondary Index. Index Name The Name of the Global Secondary Index. Is Backfilling Indicates if the Global Secondary Index is backfilling. Item Count The Item Count of the Global Secondary Index. Online Index Consumed Write Capacity The 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 Events The Online Index Throttle Events of the Global Secondary Index. Provisioned Read Capacity The Provisioned Read Capacity of the Global Secondary Index. Provisioned Write Capacity The Provisioned Write Capacity of the Global Secondary Index. Read Throttle Events The Read Throttle Events of the Global Secondary Index. Region The Region of the Global Secondary Index. Size (Bytes) The Size of the Global Secondary Index. Status The Status of the Global Secondary Index. System Errors The System Errors of the Global Secondary Index. Table Name The Table Name of the Global Secondary Index. Throttled Requests The Throttled Requests of the Global Secondary Index. Write Throttle Events The Write Throttle Events of the Global Secondary Index.
Name Description Account-ID The Account-ID of the Key Schema. Index Name The Index Name of the Key Schema. Key Schema Name The Name of the Key Schema. Region The Region of the Key Schema. Role The Role of the Key Schema. Table Name The Table Name of the Key Schema.
Name Description Account-ID The Account-ID of the Local Secondary Index. Index Name The Name of the Local Secondary Index. Item Count The Item Count of the Local Secondary Index. Region The Region of the Local Secondary Index. Size (Bytes) The Size of the Local Secondary Index. Table Name The Table Name of the Local Secondary Index.
Name Description Account-ID The Account-ID of the Table. Conditional Check Failed Requests The Conditional Check Failed Requests of the Table. Consumed Read Capacity The Consumed Read Capacity of the Table. Consumed Write Capacity The Consumed Write Capacity of the Table. Online Index Consumed Write Capacity The Online Index Consumed Write Capacity of the Table. Online Index Progress (%) The Online Index Percentage Progress of the Table. Online Index Throttle Events The Online Index Throttle Events of the Table. Provisioned Read Capacity The Provisioned Read Capacity of the Table. Provisioned Write Capacity The Provisioned Write Capacity of the Table. Read Throttle Events The Read Throttle Events of the Table. Region The Region of the Table. Returned Items Count The Returned Items of the Table. Size (Gigabytes) The Size of the Table. Status The Status of the Table. Successful Request Latency (Milliseconds) The Successful Request Latency of the Table. System Errors The System Errors of the Table. Table Name The Name of the Table. Throttled Requests The Throttled Requests of the Table. User Errors The User Errors of the Table. Write Throttle Events The Write Throttle Events of the Table.