Skip to content

Commit c58e8bb

Browse files
authored
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*
1 parent 2eda19e commit c58e8bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/660_Route53_HealthCheck_patch.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@
118118
"Required": false,
119119
"UpdateType": "Mutable"
120120
},
121+
"RoutingControlArn": {
122+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-routingcontrolarn",
123+
"PrimitiveType": "String",
124+
"Required": false,
125+
"UpdateType": "Mutable"
126+
},
121127
"SearchString": {
122128
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring",
123129
"PrimitiveType": "String",
@@ -154,4 +160,4 @@
154160
}
155161
}
156162
}
157-
}
163+
}

0 commit comments

Comments
 (0)