DynamoDB - Security and Access Control
Given this IAM policy condition:
What items can the user access in the DynamoDB table?
{"Condition": {"ForAllValues:StringEquals": {"dynamodb:LeadingKeys": ["user123"]}}What items can the user access in the DynamoDB table?
