Describes an AWS step-function execution
- states:DescribeExecution
function.handler
{ "ExecutionArn": "arn", }
- executionArn
- The Amazon Resource Name (ARN) of the execution to describe - REQUIRED
{ 'executionArn': 'string', 'stateMachineArn': 'string', 'name': 'string', 'status': 'RUNNING'|'SUCCEEDED'|'FAILED'|'TIMED_OUT'|'ABORTED', 'startDate': 'iso8601 date/time', 'stopDate': 'iso8601 date/time', 'input': 'string', 'output': 'string' }
License: APL2