@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-13T22:11:54.680Z") @Stability(value=Deprecated) @Deprecated public class Context extends software.amazon.jsii.JsiiObject
| 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 © 2022. All rights reserved.