x-apigateway-access-controls¶
Meaning: Mapping between an access control policy name and limit settings.
Scope of effect: Swagger Object
Example:
x-apigateway-access-controls:
customAccessControlName:
acl-type: "DENY"
entity-type: "IP"
value: 127.0.0.1,192.168.0.1/16
Parameter | Mandatory | Type | Description |
---|---|---|---|
customAccessControlName | No | Name of an access control policy. To use the policy, set x-apigateway-access-control to the policy name. |