AWS DynamoDB

Put item

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Create a new item, or replace an old item with a new item.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

tableName [required]

string

The name of the table to contain the item. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

item [required]

object

A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

Outputs

Champ

Type

Description

item

object

The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

amzRequestId [required]

string