ellisms commented on code in PR #64274:
URL: https://github.com/apache/airflow/pull/64274#discussion_r3283847861
##########
providers/amazon/src/airflow/providers/amazon/aws/links/ec2.py:
##########
@@ -44,3 +44,14 @@ class EC2InstanceDashboardLink(BaseAwsLink):
@staticmethod
def format_instance_id_filter(instance_ids: list[str]) -> str:
return ",:".join(instance_ids)
+
+
+class VpcEndpointLink(BaseAwsLink):
Review Comment:
I wasn't sure about this. I opted for ec2.py because all the VPC-related
actions fall under the ec2 client. I'd probably search under VPC before I
searched under ec2 if I were looking for this. What's the preference?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]