airflow.providers.amazon.aws.links.step_function

Module Contents

Classes

StateMachineDetailsLink

Helper class for constructing link to State Machine details page.

StateMachineExecutionsDetailsLink

Helper class for constructing link to State Machine Execution details page.

Bases: airflow.providers.amazon.aws.links.base_aws.BaseAwsLink

Helper class for constructing link to State Machine details page.

name = 'State Machine Details'[source]
key = '_state_machine_details'[source]
format_str[source]

Format AWS Service Link.

Some AWS Service Link should require additional escaping in this case this method should be overridden.

Bases: airflow.providers.amazon.aws.links.base_aws.BaseAwsLink

Helper class for constructing link to State Machine Execution details page.

name = 'State Machine Executions Details'[source]
key = '_state_machine_executions_details'[source]
format_str[source]

Format AWS Service Link.

Some AWS Service Link should require additional escaping in this case this method should be overridden.

Was this entry helpful?