Skip to content

DynamoAttributeType

type DynamoAttributeType = "B" | "BOOL" | "BS" | "L" | "M" | "N" | "NS" | "NULL" | "S" | "SS";

Type for representing DynamoDB attribute type descriptors used to check attribute types in condition expressions.