@Stability(Stable)
public static final class CfnDataTableAttributeProps.Builderextends Object
implements software.amazon.jsii.Builder<CfnDataTableAttributeProps>
primary - Boolean indicating whether this attribute is used as a primary key for record identification.
Primary attributes must have unique value combinations and cannot contain expressions.
primary - Boolean indicating whether this attribute is used as a primary key for record identification.
Primary attributes must have unique value combinations and cannot contain expressions.
validation - The validation rules applied to values of this attribute.
Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
validation - The validation rules applied to values of this attribute.
Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
valueType - 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.