DynamoDbSortKey

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

Specifies that this property is the sort key for the item. Every top-level DynamoDbItem to be used in a table may have at most one sort key.