DescribeStateMachineResponse

Types

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

Properties

Link copied to clipboard

The date the state machine is created.

Link copied to clipboard

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

Link copied to clipboard

The description of the state machine version.

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 parameter is present only if the stateMachineArn specified in input is a qualified state machine ARN.

Link copied to clipboard

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

Link copied to clipboard

The name of the state machine.

Link copied to clipboard

The revision identifier for the state machine.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to Amazon Web Services resources.)

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the state machine.

Link copied to clipboard

The current status of the state machine.

Link copied to clipboard

Selects whether X-Ray tracing is enabled.

Link copied to clipboard

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

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
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