Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateExpressionListAppend

Add elements to the end of an existing list.

Hierarchy

  • UpdateExpressionListAppend

Index

Properties

action: "list_append"
attribute: string

The attribute name to update. Nested attributes can be accessed using dot notation; for example a.b.c. Attribute names with literal dots should escape them with a backslash; for example a\.b\.c.

see

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.Attributes.html

values: any[]

An array of values to add.

Generated using TypeDoc