Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(route53): add RoutingControlArn to HealthCheck patch (#18645)
The Route53 HealthCheckConfig structure is modeled in the CloudFormation spec as a JSON blob, but it was previously modeled as an explicit structure (see structure, as it's not updated with the Route53 spec. This adds the missing RoutingControlArn to the structure. fixes #18570 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information