Skip to content

Commit 43f467b

Browse files
OAS Update
1 parent 1fe97f3 commit 43f467b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

services/alb/v2/alb.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,15 +633,22 @@
633633
"type": "object"
634634
},
635635
"LoadbalancerOptionAccessControl": {
636-
"description": "Use this option to limit the IP ranges that can use the Application Load Balancer.",
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.",
637637
"properties": {
638638
"allowedSourceRanges": {
639-
"description": "Application Load Balancer is accessible only from an IP address in this range",
639+
"description": "Application Load Balancer is accessible only from an IP address in this range. Mutually exclusive with `ipBlockListName`.",
640640
"items": {
641641
"type": "string"
642642
},
643643
"title": "Application Load Balancer source ranges",
644644
"type": "array"
645+
},
646+
"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`.",
648+
"example": "my-block-list",
649+
"pattern": "^[0-9a-z](?:(?:[0-9a-z]|-){0,49}[0-9a-z])?$",
650+
"title": "IP block list reference",
651+
"type": "string"
645652
}
646653
},
647654
"type": "object"

0 commit comments

Comments
 (0)