airflow.providers.amazon.aws.links.base_aws

Attributes

BASE_AWS_CONSOLE_LINK

Classes

BaseAwsLink

Base Helper class for constructing AWS Console Link.

Module Contents

Bases: airflow.models.BaseOperatorLink

Base Helper class for constructing AWS Console Link.

name: ClassVar[str][source]

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

key: ClassVar[str][source]
format_str: ClassVar[str][source]
static get_aws_domain(aws_partition)[source]

Format AWS Service Link.

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

Link to Amazon Web Services Console.

Parameters:
Returns:

link to external system

Return type:

str

classmethod persist(context, operator, region_name, aws_partition, **kwargs)[source]

Store link information into XCom.

Was this entry helpful?