airflow.providers.amazon.aws.links.batch

Classes

BatchJobDefinitionLink

Helper class for constructing AWS Batch Job Definition Link.

BatchJobDetailsLink

Helper class for constructing AWS Batch Job Details Link.

BatchJobQueueLink

Helper class for constructing AWS Batch Job Queue Link.

Module Contents

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

Helper class for constructing AWS Batch Job Definition Link.

name = 'Batch Job Definition'[source]

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

key = 'batch_job_definition'[source]
format_str = 'https://console.{aws_domain}/batch/home?region={region_name}#job-definition/detail/{job_definition_arn}'[source]

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

Helper class for constructing AWS Batch Job Details Link.

name = 'Batch Job Details'[source]

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

key = 'batch_job_details'[source]
format_str = 'https://console.{aws_domain}/batch/home?region={region_name}#jobs/detail/{job_id}'[source]

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

Helper class for constructing AWS Batch Job Queue Link.

name = 'Batch Job Queue'[source]

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

key = 'batch_job_queue'[source]
format_str = 'https://console.{aws_domain}/batch/home?region={region_name}#queues/detail/{job_queue_arn}'[source]

Was this entry helpful?