AWS Elemental MediaStore container state change event - AWS Elemental MediaStore

End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the MediaStore console or MediaStore resources. For more information, visit this blog post.

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" } }