Values.AwsStepFunctionStateMachineDetailsSourceProvides details about an Step Functions state machine, which is a workflow consisting of a series of event- driven steps.
type nonrec t = {label : NonEmptyString.t option;A user-defined or an auto-generated string that identifies a Map state. This parameter is present only if the stateMachineArn specified in input is a qualified state machine ARN.
*)loggingConfiguration : AwsStepFunctionStateMachineLoggingConfigurationDetails.t
option;Used to set CloudWatch Logs options.
*)name : NonEmptyString.t option;The name of the state machine.
*)roleArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
*)stateMachineArn : NonEmptyString.t option;The ARN that identifies the state machine.
*)status : NonEmptyString.t option;The current status of the state machine.
*)tracingConfiguration : AwsStepFunctionStateMachineTracingConfigurationDetails.t
option;Specifies whether X-Ray tracing is enabled.
*)type_ : NonEmptyString.t option;The type of the state machine (STANDARD or EXPRESS).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ])
list ]