airflow.providers.amazon.aws.links.base_aws

Module Contents

Classes

BaseAwsLink

Base Helper class for constructing AWS Console Link.

Attributes

BASE_AWS_CONSOLE_LINK

Bases: airflow.models.BaseOperatorLink

Base Helper class for constructing AWS Console Link.

name: ClassVar[str][source]
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?