Skip to content

Commit d06f3f5

Browse files
authored
Update HealthCheckType enum for AWS::AutoScaling::AutoScalingGroup (#3755)
1 parent 42429be commit d06f3f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: src/cfnlint/data/schemas/patches/extensions/all/aws_autoscaling_autoscalinggroup/manual.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"op": "add",
44
"path": "/properties/HealthCheckType/enum",
55
"value": [
6+
"EBS",
67
"EC2",
7-
"ELB"
8+
"ELB",
9+
"VPC_LATTICE"
810
]
911
},
1012
{

Diff for: src/cfnlint/data/schemas/providers/us_east_1/aws-autoscaling-autoscalinggroup.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,10 @@
501501
},
502502
"HealthCheckType": {
503503
"enum": [
504+
"EBS",
504505
"EC2",
505-
"ELB"
506+
"ELB",
507+
"VPC_LATTICE"
506508
],
507509
"type": "string"
508510
},

0 commit comments

Comments
 (0)