Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateExpressionSetAdd

Add an element to an existing Set.

Hierarchy

  • UpdateExpressionSetAdd

Index

Properties

action: "set_add"
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: Set<string> | Set<number> | Set<Buffer>

A Set of strings, numbers or Buffers.

Generated using TypeDoc