

# API Gateway REST API 스테이지
<a name="component-configuration-examples-api-gateway"></a>

다음 예는 API Gateway REST API 스테이지를 위한 JSON 형식의 구성 요소 구성을 보여줍니다.

```
{ 
     "alarmMetrics" : [ 
         {
             "alarmMetricName" : "4XXError",   
             "monitor" : true
         }, 
         {
             "alarmMetricName" : "5XXError",   
             "monitor" : true
         } 
     ],
    "logs" : [
        { 
            "logType" : "API_GATEWAY_EXECUTION",   
            "monitor" : true  
        },
        { 
            "logType" : "API_GATEWAY_ACCESS",   
            "monitor" : true  
        }
    ]
}
```