Skip to content

Commit

Permalink
Update HealthCheckType enum for AWS::AutoScaling::AutoScalingGroup (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Oct 17, 2024
1 parent 42429be commit d06f3f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"op": "add",
"path": "/properties/HealthCheckType/enum",
"value": [
"EBS",
"EC2",
"ELB"
"ELB",
"VPC_LATTICE"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,10 @@
},
"HealthCheckType": {
"enum": [
"EBS",
"EC2",
"ELB"
"ELB",
"VPC_LATTICE"
],
"type": "string"
},
Expand Down

0 comments on commit d06f3f5

Please sign in to comment.