DescribeStateMachineForExecutionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon States Language definition of the state machine. See Amazon States Language.

Link copied to clipboard

Settings to configure server-side encryption.

Link copied to clipboard

A user-defined or an auto-generated string that identifies a Map state. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.

Link copied to clipboard

The LoggingConfiguration data type is used to set CloudWatch Logs options.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.

Link copied to clipboard

The name of the state machine associated with the execution.

Link copied to clipboard

The revision identifier for the state machine. The first revision ID when you create the state machine is null.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the state machine associated with the execution.

Link copied to clipboard

Selects whether X-Ray tracing is enabled.

Link copied to clipboard

The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

Link copied to clipboard

A map of state name to a list of variables referenced by that state. States that do not use variable references will not be shown in the response.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String