

# Amazon S3 버킷
<a name="component-configuration-examples-s3"></a>

다음 예는 Amazon S3 버킷을 위한 JSON 형식의 구성 요소 구성을 보여줍니다.

```
{
    "alarmMetrics" : [
        {
            "alarmMetricName" : "ReplicationLatency",
            "monitor" : true
        }, {
            "alarmMetricName" : "5xxErrors",
            "monitor" : true
        }, {
            "alarmMetricName" : "BytesDownloaded"
            "monitor" : true
        }
    ]
}
```