DynamoDB Writer: User Attributes
For information on the parameters in this dialog that are specific to all formats, see About Writer Feature Types: User Attributes
Name |
The name of the field to be written. Valid values for field name include any character string devoid of DynamoDB offensive characters and less than 256 characters in length. |
Type |
The type of a column in a table. The valid values for the field type are listed below. Each attribute in an item is a name-value pair. An attribute can be single-valued or multi-valued set. The multi-valued attribute is a set; duplicate values are not allowed. See the Amazon DynamoDB Developer Guide for more information on data types. binary
Binary data type. Type: Blob binary_set
Binary Set data type. Type: array of Blobs string
String data type. Type: String string_set
String Set data type. Type: array of Strings number
Number data type. Type: String number_set
Number Set data type. Type: array of Strings |
Index |
The type of index to create on the given field. Only one partition key and sort key may be specified. When creating a table, a partition must be provided and optionally a range can be provided. Together, the combination of partition and sort key must be unique. The valid values for the index type are listed below, and must be of type string, number, or binary: Partition Sort For more information on data types, see Amazon Web Services Documentation. |