

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# 状態変更イベントの JSON
<a name="monitoring-cloudwatch-json-state-change"></a>

[チャネルまたはマルチプレックス](monitor-activity-types-channel.md)の状態の変化に基づくイベントは、その`detail-type`プロパティによって識別されます。
+ チャンネルの`MediaLive Channel State Change`
+ シネコンの`MediaLive Multiplex State Change`。

**例**

以下は、状態変更イベントの JSON ペイロードの例です。3 行`detail-type`目に を書き留めます。

```
{
    "version": "0",
    "id": "fbcbbbe3-2541-d4a3-d819-x39f522a8ce",
    "detail-type": "MediaLive Channel State Change",
    "source": "aws.medialive",
    "account": "111122223333",
    "time": "2023-03-08T18:40:59Z",
    "region": "us-west-2",
    "resources": [
        "arn:aws:medialive:us-west-2:111122223333:channel:283886"
    ],
    "detail": {
        "channel_arn": "arn:aws:medialive:us-west-2:111122223333:channel:123456",
        "state": "DELETED",
        "message": "Deleted channel",
        "pipelines_running_count": 0
    }
}
```