Amazon DynamoDB · Schema

PutItemInput

AWSCloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TableName string The name of the table to contain the item
Item object A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required, but you can optionally provide other attribute name-value pairs.
ConditionExpression string A condition that must be satisfied in order for a conditional PutItem operation to succeed
ExpressionAttributeNames object One or more substitution tokens for attribute names in an expression
ExpressionAttributeValues object One or more values that can be substituted in an expression
ReturnValues string Whether to return the item attributes as they appeared before the PutItem
ReturnConsumedCapacity string Determines the level of detail about provisioned throughput consumption
ReturnItemCollectionMetrics string Determines whether item collection metrics are returned
View JSON Schema on GitHub