DynamoDbAttribute

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DynamoDbAttribute(val name: String)

Specifies the attribute name for a property in a DynamoDbItem-annotated class/interface. If this annotation is not included then the attribute name matches the property name.

Properties

Link copied to clipboard