Class: DynamoDBAttributeDefinitions

Types~DynamoDBAttributeDefinitions

new DynamoDBAttributeDefinitions()

Properties:
Name Type Description
AttributeName String Required: Yes. The name of an attribute. Attribute names can be 1 – 255 characters long and have no character restrictions.
AttributeType String Required: Yes. The data type for the attribute. You can specify S for string data, N for numeric data, or B for binary data.
Source: