AWS Elemental MediaStore container state change event - AWS Elemental MediaStore

AWS Elemental MediaStore container state change event

This event is published when a container’s state has changed (when a container has been added or deleted). For information about subscribing to this event, see Amazon CloudWatch.

Container created

{ "version": "1", "id": "6a7e8feb-b491-4cf7-a9f1-bf3703467718", "detail-type": "MediaStore Container State Change", "source": "aws.mediastore", "account": "111122223333", "time": "2017-02-22T18:43:48Z", "region": "us-east-1", "resources": [ "arn:aws:mediastore:us-east-1:111122223333:container/Movies" ], "detail": { "ContainerName": "Movies", "Operation": "CREATE" "Endpoint": "https://a832p1qeaznlp9.mediastore-us-west-2.amazonaws.com" } }

Container removed

{ "version": "1", "id": "6a7e8feb-b491-4cf7-a9f1-bf3703467718", "detail-type": "MediaStore Container State Change", "source": "aws.mediastore", "account": "111122223333", "time": "2017-02-22T18:43:48Z", "region": "us-east-1", "resources": [ "arn:aws:mediastore:us-east-1:111122223333:container/Movies" ], "detail": { "ContainerName": "Movies", "Operation": "REMOVE" } }