@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:52:47.668Z") @Stability(value=Deprecated) @Deprecated public class Context extends software.amazon.jsii.JsiiObject
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)
Deprecated.
|
protected |
Context(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getEntireContext()
Deprecated.
|
static String |
getTaskToken()
Deprecated.
|
static Number |
numberAt(String path)
Deprecated.
|
static String |
stringAt(String path)
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Context(software.amazon.jsii.JsiiObjectRef objRef)
protected Context(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated @NotNull public static Number numberAt(@NotNull String path)
path - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static String stringAt(@NotNull String path)
path - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static String getEntireContext()
Will be an object at invocation time, but is represented in the CDK application as a string.
@Stability(value=Deprecated) @Deprecated @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.