AwsStepFunctionStateMachineDetails - AWS Security Hub CSPM
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AwsStepFunctionStateMachineDetails

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

Contents

Label

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.

Type: String

Pattern: .*\S.*

Required: No

LoggingConfiguration

Used to set CloudWatch Logs options.

Type: AwsStepFunctionStateMachineLoggingConfigurationDetails object

Required: No

Name

The name of the state machine.

Type: String

Pattern: .*\S.*

Required: No

RoleArn

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

Type: String

Pattern: .*\S.*

Required: No

StateMachineArn

The ARN that identifies the state machine.

Type: String

Pattern: .*\S.*

Required: No

Status

The current status of the state machine.

Type: String

Pattern: .*\S.*

Required: No

TracingConfiguration

Specifies whether AWS X-Ray tracing is enabled.

Type: AwsStepFunctionStateMachineTracingConfigurationDetails object

Required: No

Type

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

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: