name

val name: Output<String>

Returns the name of the state machine. For example: { "Fn::GetAtt": ["MyStateMachine", "Name"] } Returns the name of your state machine: HelloWorld-StateMachine If you did not specify the name it will be similar to the following: MyStateMachine-1234abcdefgh For more information about using Fn::GetAtt , see Fn::GetAtt .