Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AttributePath

The path to an attribute of a DynamoDB item or to a property or member thereof. Supports map property access (map.property) and list member access (list[1]).

Control characters that are part of the property identifier may be used when escaped with a backslash (\) character.

Hierarchy

  • AttributePath

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

__@toStringTag

__@toStringTag: "AmazonDynamoDbAttributePath" = ATTRIBUTE_PATH_TAG

elements

elements: Array<PathElement>

Methods

Static isAttributePath

  • isAttributePath(arg: any): boolean
  • Determine if the provided value is an AttributePath object. Compatible with AttributePath objects generated in other iframes or Node VMs.

    Parameters

    • arg: any

    Returns boolean