Context¶
-
class
aws_cdk.aws_stepfunctions.
Context
(*args: Any, **kwargs)¶ Bases:
object
(deprecated) Extract a field from the State Machine Context data.
- Deprecated
replaced by
JsonPath
- See
- Stability
deprecated
Attributes
-
entire_context
= '${Token[TOKEN.123]}'¶
-
task_token
= '${Token[Task.Token.124]}'¶
Static Methods
-
classmethod
number_at
(path)¶ (deprecated) Instead of using a literal number, get the value from a JSON path.
- Parameters
path (
str
) –- Stability
deprecated
- Return type
Union
[int
,float
]
-
classmethod
string_at
(path)¶ (deprecated) Instead of using a literal string, get the value from a JSON path.
- Parameters
path (
str
) –- Stability
deprecated
- Return type
str