我已经创建了 reusable-delegation-set 并希望通过 CloudFormation 将其与 HostedZone 相关联

I have Created reusable-delegation-set and wish to associate it with a HostedZone through CloudFormation

我希望将现有的可重用委派集与我希望使用 CloudFormation 创建的托管区域相关联,但看不到任何关于该主题的examples/documentation

不支持使用 CloudFormation 创建委派集或将委派集分配给托管区域。

看这个: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-concepts.html#route-53-concepts-reusable-delegation-set

reusable delegation set A set of four authoritative name servers that you can use with more than one hosted zone. By default, Route 53 assigns a random selection of name servers to each new hosted zone. To make it easier to migrate DNS service to Route 53 for a large number of domains, you can create a reusable delegation set and then associate the reusable delegation set with new hosted zones. (You can't change the name servers that are associated with an existing hosted zone.)

You create a reusable delegation set and associate it with a hosted zone programmatically; using the Route 53 console isn't supported. For more information, see CreateHostedZone and CreateReusableDelegationSet in the Amazon Route 53 API Reference. The same feature is also available in the AWS SDKs, the AWS Command Line Interface, and AWS Tools for Windows PowerShell.