We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title: Introduce (DNSRecord)-[DNS_POINTS_TO]->(ElasticIPAddress) relationship
Description: Loading DNS details for Route53 records should create DNS_POINTS_TO relationship with ElasticIPAddress nodes.
Relevant links:
cartography/interl/aws/route53.py::link_aws_resources
(AWSDNSRecord)-[DNS_POINTS_TO]-(AWSDNSRecord) (AWSDNSRecord)-[DNS_POINTS_TO]-(LoadBalancer) (AWSDNSRecord)-[DNS_POINTS_TO]-(LoadBalancerV2) (AWSDNSRecord)-[DNS_POINTS_TO]-(EC2Instance)
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
Title:
Introduce (DNSRecord)-[DNS_POINTS_TO]->(ElasticIPAddress) relationship
Description:
Loading DNS details for Route53 records should create DNS_POINTS_TO relationship with ElasticIPAddress nodes.
Relevant links:
cartography/interl/aws/route53.py::link_aws_resources
is currently in charge of creating the following DNS_POINTS_TO relationships:The text was updated successfully, but these errors were encountered: