CustomStateProps¶
-
class
aws_cdk.aws_stepfunctions.
CustomStateProps
(*, state_json)¶ Bases:
object
Properties for defining a custom state definition.
- Parameters
state_json (
Mapping
[str
,Any
]) – Amazon States Language (JSON-based) definition of the state.
Attributes
-
state_json
¶ Amazon States Language (JSON-based) definition of the state.
- See
https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html
- Return type
Mapping
[str
,Any
]