@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.910Z") @Stability(value=Experimental) public class Data extends software.amazon.jsii.JsiiObject
EXPERIMENTAL
| Modifier | Constructor and Description |
|---|---|
protected |
Data(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Data(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getEntirePayload()
Use the entire data structure.
|
static Boolean |
isJsonPathString(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, jsiiStaticSetprotected Data(software.amazon.jsii.JsiiObjectRef objRef)
protected Data(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static Boolean isJsonPathString(@NotNull String value)
EXPERIMENTAL
value - string to be evaluated. This parameter is required.@Stability(value=Experimental) @NotNull public static List<String> listAt(@NotNull String path)
EXPERIMENTAL
path - This parameter is required.@Stability(value=Experimental) @NotNull public static Number numberAt(@NotNull String path)
EXPERIMENTAL
path - This parameter is required.@Stability(value=Experimental) @NotNull public static String stringAt(@NotNull String path)
EXPERIMENTAL
path - This parameter is required.@Stability(value=Experimental) @NotNull public static String getEntirePayload()
Will be an object at invocation time, but is represented in the CDK application as a string.
EXPERIMENTAL
Copyright © 2020. All rights reserved.