Sources
Amazon DynamoDB
Configuration
To set up the Amazon DynamoDB source, provide the following configuration parameters:
Key | Description | Sample Value |
---|---|---|
aws_access_key_id | AWS access key ID. | abc123 |
aws_secret_access_key | AWS secret access key. | xyz123 |
aws_region | AWS region where the DynamoDB tables are located. Defaults to us-west-2 . | us-west-2 |
role_arn | (Optional) ARN of the IAM role to assume for accessing DynamoDB tables. | arn:aws:iam::111111:role/example-role |