翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
JSON 状態変更イベントの場合
チャネルまたはマルチプレックスの状態の変化に基づくイベントは、その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 } }