|
128 | 128 | "title": "List of all listeners which will accept traffic.", |
129 | 129 | "type": "array" |
130 | 130 | }, |
| 131 | + "loadBalancerSecurityGroup": { |
| 132 | + "allOf": [ |
| 133 | + { |
| 134 | + "$ref": "#/components/schemas/SecurityGroup" |
| 135 | + } |
| 136 | + ], |
| 137 | + "description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
| 138 | + "readOnly": true |
| 139 | + }, |
131 | 140 | "name": { |
132 | 141 | "description": "Application Load Balancer name. Not changeable after creation.", |
133 | 142 | "example": "my-load-balancer", |
|
184 | 193 | "$ref": "#/components/schemas/SecurityGroup" |
185 | 194 | } |
186 | 195 | ], |
187 | | - "description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
| 196 | + "description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
188 | 197 | "readOnly": true |
189 | 198 | }, |
190 | 199 | "version": { |
|
424 | 433 | "title": "List of all listeners which will accept traffic.", |
425 | 434 | "type": "array" |
426 | 435 | }, |
| 436 | + "loadBalancerSecurityGroup": { |
| 437 | + "allOf": [ |
| 438 | + { |
| 439 | + "$ref": "#/components/schemas/SecurityGroup" |
| 440 | + } |
| 441 | + ], |
| 442 | + "description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
| 443 | + "readOnly": true |
| 444 | + }, |
427 | 445 | "name": { |
428 | 446 | "description": "Application Load Balancer name. Not changeable after creation.", |
429 | 447 | "example": "my-load-balancer", |
|
480 | 498 | "$ref": "#/components/schemas/SecurityGroup" |
481 | 499 | } |
482 | 500 | ], |
483 | | - "description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
| 501 | + "description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
484 | 502 | "readOnly": true |
485 | 503 | }, |
486 | 504 | "version": { |
|
897 | 915 | "title": "List of all listeners which will accept traffic.", |
898 | 916 | "type": "array" |
899 | 917 | }, |
| 918 | + "loadBalancerSecurityGroup": { |
| 919 | + "allOf": [ |
| 920 | + { |
| 921 | + "$ref": "#/components/schemas/SecurityGroup" |
| 922 | + } |
| 923 | + ], |
| 924 | + "description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
| 925 | + "readOnly": true |
| 926 | + }, |
900 | 927 | "name": { |
901 | 928 | "description": "Application Load Balancer name. Not changeable after creation.", |
902 | 929 | "example": "my-load-balancer", |
|
953 | 980 | "$ref": "#/components/schemas/SecurityGroup" |
954 | 981 | } |
955 | 982 | ], |
956 | | - "description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
| 983 | + "description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.", |
957 | 984 | "readOnly": true |
958 | 985 | }, |
959 | 986 | "version": { |
|
0 commit comments