The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::StepFunctions::DescribeStateMachineOutput

ATTRIBUTES

REQUIRED CreationDate => Str

The date the state machine is created.

REQUIRED Definition => Str

The Amazon States Language definition of the state machine. See Amazon States Language (https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html).

LoggingConfiguration => Paws::StepFunctions::LoggingConfiguration

REQUIRED Name => Str

The name of the state machine.

A name must not contain:

  • white space

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

REQUIRED RoleArn => Str

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 AWS resources.)

REQUIRED StateMachineArn => Str

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

Status => Str

The current status of the state machine.

Valid values are: "ACTIVE", "DELETING" =head2 REQUIRED Type => Str

Valid values are: "STANDARD", "EXPRESS" =head2 _request_id => Str