This message was deleted.
# aws
s
This message was deleted.
n
I think it ended up being simpler than I thought, the
ip_addresses
attribute has the discrete IPs:
Copy code
resolver_endpoints.ip_addresses.apply(
            lambda ip_objs: map(lambda ip_obj: ip_obj.ip, ip_objs)
        )
I would maybe update the docs to reflect that
ip_addresses
is not only an input but also an output.