Skip to content

Commit d04ee0a

Browse files
OAS Update
1 parent 342418a commit d04ee0a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

services/alb/v2/alb.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,18 +633,18 @@
633633
"type": "object"
634634
},
635635
"LoadbalancerOptionAccessControl": {
636-
"description": "Use this option to limit the IP ranges that can use the Application Load Balancer.\n Only one of `allowed_source_ranges` or `ip_block_list_name` may be set at the same time.",
636+
"description": "Use this option to limit the IP ranges that can use the Application Load Balancer.\n `allowed_source_ranges` and `ip_block_list_name` may be set together. When both are set,\n `allowed_source_ranges` is evaluated first, then `ip_block_list_name` is evaluated.",
637637
"properties": {
638638
"allowedSourceRanges": {
639-
"description": "Application Load Balancer is accessible only from an IP address in this range. Mutually exclusive with `ipBlockListName`.",
639+
"description": "Application Load Balancer is accessible only from an IP address in this range. May be combined with `ipBlockListName`; `allowedSourceRanges` is evaluated first, then `ipBlockListName`.",
640640
"items": {
641641
"type": "string"
642642
},
643643
"title": "Application Load Balancer source ranges",
644644
"type": "array"
645645
},
646646
"ipBlockListName": {
647-
"description": "Reference to an IP block list by name. Traffic originating from any IP in the referenced list is denied access to the Application Load Balancer. See \"IP Lists API\" for how to manage IP block lists. Mutually exclusive with `allowedSourceRanges`.",
647+
"description": "Reference to an IP block list by name. Traffic originating from any IP in the referenced list is denied access to the Application Load Balancer. See \"IP Lists API\" for how to manage IP block lists. May be combined with `allowedSourceRanges`; `allowedSourceRanges` is evaluated first, then `ipBlockListName`.",
648648
"example": "my-block-list",
649649
"pattern": "^[0-9a-z](?:(?:[0-9a-z]|-){0,49}[0-9a-z])?$",
650650
"title": "IP block list reference",

0 commit comments

Comments
 (0)