This message was deleted.
# aws
s
This message was deleted.
l
There's no SDK function GetRecordSet, afaik. Do you have a link to the AWS API/SDK function you're looking for? There's ListReourceRecordSets, is that the one you're thinking of?
l
Yes, that's the one I mentioned. Unfortuantely it is not exposed through Terraform or Pulumi. It is wrapped in Pulumi via the sdk namespace:
(new aws.sdk.Route53()).listResourceRecordSets()
.
m
Thanks.