DynamoDbPartitionKey

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DynamoDbPartitionKey

Specifies that this property is the primary key for the item. Every top-level DynamoDbItem to be used in a table must have exactly one partition key.