Preparing search index...
The search index is not available
Powertools for AWS Lambda (Typescript) API Reference
Powertools for AWS Lambda (Typescript) API Reference
@aws-lambda-powertools/jmespath
types
Node
Type Alias Node
Node
:
{
children
:
Node
[]
;
type
:
string
;
value
?:
JSONValue
}
A node in the JMESPath AST.
Type declaration
children
:
Node
[]
type
:
string
Optional
value
?:
JSONValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Powertools for AWS Lambda (Typescript) API Reference
Loading...
A node in the JMESPath AST.