StageSetConfigRequestV1Dot1
StageSetConfigRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| allow_credentials optional | 허용 인증 Example : True | any of [boolean, null] | |
| allow_headers optional | 허용 헤더 Example : ['Content-Type', 'Authorization'] | any of [array[string], null] | |
| allow_methods optional | 허용 메서드 Example : ['GET', 'POST', 'PUT', 'PATCH'] | any of [array[enum (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, ANY)], null] | |
| allow_origins optional | 허용 원본 Example : ['*'] | any of [array[string], null] | |
| connected_api_keys optional | 연결된 API Key 목록 Example : ['key1', 'key2'] | any of [array[string], null] | |
| cors_enabled required | CORS 사용여부 Example : False | boolean | |
| description optional | 설명 Example : description | any of [string, null] | |
| expose_headers optional | 노출 헤더 Example : ['test1', 'test2'] | any of [array[string], null] | |
| jwt_enabled required | JWT 사용여부 Example : False | boolean | |
| max_age optional | 최대 캐시 기간 Example : 3600 | any of [integer, null] | |
| usage_plan_id optional | 사용량 정책 ID Example : 27bb070b564349f8a31cc60734cc36a5 | any of [string, null] |