airflow.providers.amazon.aws.operators.step_function_get_execution_output

Module Contents

class airflow.providers.amazon.aws.operators.step_function_get_execution_output.StepFunctionGetExecutionOutputOperator(*, execution_arn: str, aws_conn_id: str = 'aws_default', region_name: Optional[str] = None, **kwargs)[source]

Bases: airflow.models.BaseOperator

An Operator that begins execution of an Step Function State Machine

Additional arguments may be specified and are passed down to the underlying BaseOperator.

See also

BaseOperator

Parameters
  • execution_arn (str) -- ARN of the Step Function State Machine Execution

  • aws_conn_id (str) -- aws connection to use, defaults to 'aws_default'

template_fields = ['execution_arn'][source]
template_ext = [][source]
ui_color = #f9c915[source]
execute(self, context)[source]

Was this entry helpful?