AwsStepFunctionStateMachineDetails

Provides details about an Step Functions state machine, which is a workflow consisting of a series of event- driven steps.

Types

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

Properties

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
val name: String?

The name of the state machine.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.

Link copied to clipboard

The ARN that identifies the state machine.

Link copied to clipboard

The current status of the state machine.

Link copied to clipboard

Specifies whether X-Ray tracing is enabled.

Link copied to clipboard
val type: String?

The type of the state machine (STANDARD or EXPRESS).

Functions

Link copied to clipboard
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