x-apigateway-access-controls.policy
Meaning: Definition of an access control policy.
Scope of effect: x-apigateway-access-controls
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  | 
    
|---|---|---|---|
| 
       acl-type  | 
     
       Yes  | 
     
       String  | 
     
       Access control effect. The options include PERMIT and DENY.  | 
    
| 
       entity-type  | 
     
       Yes  | 
     
       String  | 
     
       Access control object. Only IP addresses are supported.  | 
    
| 
       value  | 
     
       Yes  | 
     
       String  | 
     
       Access control values, which are separated with commas (,).  | 
    
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.