Amazon MediaStore · JSON Structure

Mediastore Api Get Container Policy Output Structure

GetContainerPolicyOutput schema from Amazon MediaStore API

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

GetContainerPolicyOutput is a JSON Structure definition published by Amazon MediaStore, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Policy

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediastore/refs/heads/main/json-structure/mediastore-api-get-container-policy-output-structure.json",
  "name": "GetContainerPolicyOutput",
  "type": "object",
  "description": "GetContainerPolicyOutput schema from Amazon MediaStore API",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ContainerPolicy"
        },
        {
          "description": "The contents of the access policy."
        }
      ]
    }
  },
  "required": [
    "Policy"
  ]
}