StageSetConfigRequest
StageSetConfigRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| allow_credentials optional | Allow Credentials Example : True | any of [boolean, null] | |
| allow_headers optional | Allow Headers Example : ['Content-Type', 'Authorization'] | any of [array[string], null] | |
| allow_methods optional | Allow Methods Example : ['GET', 'POST', 'PUT', 'PATCH'] | any of [array[enum (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, ANY)], null] | |
| allow_origins optional | Allow Origins Example : ['*'] | any of [array[string], null] | |
| cors_enabled required | Cors Enabled Example : False | boolean | |
| expose_headers optional | Expose Headers Example : ['test1', 'test2'] | any of [array[string], null] | |
| ip_restriction_enabled required | IP Restriction Enabled Example : False | boolean | |
| jwt_enabled required | JWT Enabled Example : False | boolean | |
| max_age optional | Max Age Example : 3600 | any of [integer, null] |