the Type property on aws.route53.Record is documen...
# general
s
the Type property on aws.route53.Record is documented as "`PRIMARY` or 
SECONDARY
. A 
PRIMARY
 record will be served if its healthcheck is passing, otherwise the 
SECONDARY
 will be served." however all examples I've found show Type indicating the record type, ie "CNAME", "A", etc.
g
Yea, this looks like a documentation bug. Mind opening an issue in our pulumi-aws repo?
s