UpdateRowData - Amazon Honeycode

UpdateRowData

Data needed to create a single row in a table as part of the BatchCreateTableRows request.

Contents

cellsToUpdate

A map representing the cells to update in the given row. The key is the column id of the cell and the value is the CellInput object that represents the data to set in that cell.

Type: String to CellInput object map

Map Entries: Maximum number of 100 items.

Key Length Constraints: Fixed length of 36.

Key Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

Required: Yes

rowId

The id of the row that needs to be updated.

Type: String

Length Constraints: Fixed length of 77.

Pattern: row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: