Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateExpressionListSetAtIndex

Set an element at the index of an existing list. If the index does not exist it will be added at the end.

Hierarchy

  • UpdateExpressionListSetAtIndex

Index

Properties

action: "list_set_at_index"
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

index: number

The index of the item in the list. A number.

value: any

The element to set.

Generated using TypeDoc