Skip to content

Commit

Permalink
Add in LoadBalancerArn to LoadBalancerV2Arn (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Nov 2, 2023
1 parent be2747a commit 1266f4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/cfnlint/data/CloudSpecs/us-east-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -254123,6 +254123,7 @@
},
"EC2MarketType": {
"AllowedValues": [
"capacity-block",
"spot"
]
},
Expand Down Expand Up @@ -255813,7 +255814,9 @@
}
},
"LoadBalancerV2Arn": {
"GetAtt": {},
"GetAtt": {
"AWS::ElasticLoadBalancingV2::LoadBalancer": "LoadBalancerArn"
},
"Ref": {
"Parameters": [
"String"
Expand Down
4 changes: 3 additions & 1 deletion src/cfnlint/data/ExtendedSpecs/all/03_value_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@
}
},
"LoadBalancerV2Arn": {
"GetAtt": {},
"GetAtt": {
"AWS::ElasticLoadBalancingV2::LoadBalancer": "LoadBalancerArn"
},
"Ref": {
"Parameters": [
"String"
Expand Down

0 comments on commit 1266f4e

Please sign in to comment.