DataTableAttribute
Represents an attribute (column) in a data table. Attributes define the schema and validation rules for values that can be stored in the table. They specify the data type, constraints, and whether the attribute is used as a primary key for record identification.
Types
Properties
The unique identifier for the attribute within the data table.
The Amazon Resource Name (ARN) of the data table that contains this attribute.
The unique identifier of the data table that contains this attribute.
An optional description explaining the purpose and usage of this attribute.
The Amazon Web Services Region where this attribute was last modified, used for region replication.
The timestamp when this attribute was last modified.
The lock version for this attribute, used for optimistic locking to prevent concurrent modification conflicts.
The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.