airflow.providers.amazon.aws.links.logs

Classes

CloudWatchEventsLink

Helper class for constructing AWS CloudWatch Events Link.

Module Contents

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

Helper class for constructing AWS CloudWatch Events Link.

name = 'CloudWatch Events'[source]

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

key = 'cloudwatch_events'[source]
format_str = 'https://console.{aws_domain}/cloudwatch/home?region={awslogs_region}#logsV2:log-groups/log-group...[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?