@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:52:47.671Z") @Stability(value=Stable) public class JsonPath extends software.amazon.jsii.JsiiObject
https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-paths.html| Modifier and Type | Field and Description |
|---|---|
static String |
DISCARD
Special string value to discard state input, output or result.
|
| Modifier | Constructor and Description |
|---|---|
protected |
JsonPath(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
JsonPath(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getEntireContext()
Use the entire context data structure.
|
static String |
getEntirePayload()
Use the entire data structure.
|
static String |
getTaskToken()
Return the Task Token field.
|
static Boolean |
isEncodedJsonPath(String value)
Determines if the indicated string is an encoded JSON path.
|
static List<String> |
listAt(String path)
Instead of using a literal string list, get the value from a JSON path.
|
static Number |
numberAt(String path)
Instead of using a literal number, get the value from a JSON path.
|
static String |
stringAt(String path)
Instead of using a literal string, get the value from a JSON path.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String DISCARD
protected JsonPath(software.amazon.jsii.JsiiObjectRef objRef)
protected JsonPath(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static Boolean isEncodedJsonPath(@NotNull String value)
value - string to be evaluated. This parameter is required.@Stability(value=Stable) @NotNull public static List<String> listAt(@NotNull String path)
path - This parameter is required.@Stability(value=Stable) @NotNull public static Number numberAt(@NotNull String path)
path - This parameter is required.@Stability(value=Stable) @NotNull public static String stringAt(@NotNull String path)
path - This parameter is required.@Stability(value=Stable) @NotNull public static String getEntireContext()
Will be an object at invocation time, but is represented in the CDK application as a string.
@Stability(value=Stable) @NotNull public static String getEntirePayload()
Will be an object at invocation time, but is represented in the CDK application as a string.
@Stability(value=Stable) @NotNull public static String getTaskToken()
External actions will need this token to report step completion
back to StepFunctions using the SendTaskSuccess or SendTaskFailure
calls.
Copyright © 2021. All rights reserved.