Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateExpressionListRemoveAtIndex

Remove an element at the index of an existing list and shift the rest down.

Hierarchy

  • UpdateExpressionListRemoveAtIndex

Index

Properties

action: "list_remove_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.

Generated using TypeDoc