One or more values that can be substituted in an expression.

Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

Available | Backordered | Discontinued

You would first need to specify ExpressionAttributeValues as follows:

{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} }

You could then use these values in an expression, such as this:

ProductStatus IN (:avail, :back, :disc)

For more information on expression attribute values, see Condition Expressions in the Amazon DynamoDB Developer Guide.

ncG1vNJzZmirlKB7ornAs6anmaeoe6S7zGiiqKycnrtwrc%2BiZqWZpJrAtXvDsqWapZ%2BZr3Ct1qxlrJybY7iwwMuipWerlafDqq%2FErGWdsZ6WurCwwWekqJyVoXxuv8KapWaqlabCpr%2FTaJyxqKKawLS1zqdkmqykp7ajwdOeZK%2BZnKqytHrHraSl