airflow.providers.amazon.aws.links.datasync

Classes

DataSyncTaskLink

Helper class for constructing AWS DataSync Task console link.

DataSyncTaskExecutionLink

Helper class for constructing AWS DataSync TaskExecution console link.

Module Contents

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

Helper class for constructing AWS DataSync Task console link.

name = 'DataSync Task'[source]

Name of the link. This will be the button name on the task UI.

key = 'datasync_task'[source]
format_str = 'https://console.{aws_domain}/datasync/home?region={region_name}#/tasks/{task_id}'[source]

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

Helper class for constructing AWS DataSync TaskExecution console link.

name = 'DataSync Task Execution'[source]

Name of the link. This will be the button name on the task UI.

key = 'datasync_task_execution'[source]
format_str = 'https://console.{aws_domain}/datasync/home?region={region_name}#/history/{task_id}/{task_execution_id}'[source]

Was this entry helpful?