@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.910Z") @Stability(value=Experimental) public class Context extends software.amazon.jsii.JsiiObject
EXPERIMENTAL
https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#wait-token-contextobject| Modifier | Constructor and Description |
|---|---|
protected |
Context(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Context(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getEntireContext()
Use the entire context data structure.
|
static String |
getTaskToken()
Return the Task Token field.
|
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 Context(software.amazon.jsii.JsiiObjectRef objRef)
protected Context(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@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 getEntireContext()
Will be an object at invocation time, but is represented in the CDK application as a string.
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public static String getTaskToken()
External actions will need this token to report step completion
back to StepFunctions using the SendTaskSuccess or SendTaskFailure
calls.
EXPERIMENTAL
Copyright © 2020. All rights reserved.