Etapas da API REST do API Gateway - Amazon CloudWatch

Etapas da API REST do API Gateway

O exemplo a seguir mostra uma configuração de componente no formato JSON para etapas da API REST do API Gateway.

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