State Machine Args
Resource schema for StateMachine
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Properties
The Amazon States Language definition of the state machine. The state machine definition must be in JSON or YAML, and the format of the object must match the format of your CloudFormation template file. See Amazon States Language .
The name of the S3 bucket where the state machine definition is stored. The state machine definition must be a JSON or YAML file.
The Amazon States Language definition of the state machine. The state machine definition must be in JSON. See Amazon States Language .
A map (string to string) that specifies the mappings for placeholder variables in the state machine definition. This enables the customer to inject values obtained at runtime, for example from intrinsic functions, in the state machine definition. Variables can be template parameter names, resource logical IDs, resource attributes, or a variable in a key-value map. Substitutions must follow the syntax: ${key_name}
or ${variable_1,variable_2,...}
.
Encryption configuration for the state machine.
Defines what execution history events are logged and where they are logged.
The name of the state machine. A name must not contain:
Determines whether a STANDARD
or EXPRESS
state machine is created. The default is STANDARD
. You cannot update the type
of a state machine once it has been created. For more information on STANDARD
and EXPRESS
workflows, see Standard Versus Express Workflows in the AWS Step Functions Developer Guide.
Selects whether or not the state machine's AWS X-Ray tracing is enabled.