-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
@aws-cdk/aws-route53Related to Amazon Route 53Related to Amazon Route 53effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
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
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.116.1
Environment details (OS name and version, etc.)
irrelevant
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-route53Related to Amazon Route 53Related to Amazon Route 53effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2