Amazon MediaStore · Example Payload

Mediastore Api Container Example

BroadcastingMedia ProcessingMedia

Mediastore Api Container Example is an example object payload from Amazon MediaStore, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EndpointCreationTimeARNNameStatusAccessLoggingEnabled

Example Payload

Raw ↑
{
  "Endpoint": "example-value",
  "CreationTime": "example-value",
  "ARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "Name": "example-resource",
  "Status": "ACTIVE",
  "AccessLoggingEnabled": "example-value"
}