Describe the feature
In Route 53, there is a latency-based routing feature. I want to implement this using CDK.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-latency.html
Use Case
In Cfn, this can be implemented by setting the region argument, but it cannot be implemented from L2.
Proposed Solution
Add region props to RecordSet and generate setIdentifier.
new RecordSet(scope, id, {
...
region: 'ap-northeast-1', // add
})
Other Information
No response
Acknowledgements
CDK version used
2.116.1
Environment details (OS name and version, etc.)
irrelevant
Describe the feature
In Route 53, there is a latency-based routing feature. I want to implement this using CDK.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-latency.html
Use Case
In Cfn, this can be implemented by setting the region argument, but it cannot be implemented from L2.
Proposed Solution
Add region props to RecordSet and generate setIdentifier.
Other Information
No response
Acknowledgements
CDK version used
2.116.1
Environment details (OS name and version, etc.)
irrelevant