

# 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
        }
    ]
}
```