Amazon MediaLive · JSON Structure

Medialive Api Archive S3 Settings Structure

Archive S3 Settings

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

CannedAcl

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-medialive/refs/heads/main/json-structure/medialive-api-archive-s3-settings-structure.json",
  "name": "ArchiveS3Settings",
  "type": "object",
  "description": "Archive S3 Settings",
  "properties": {
    "CannedAcl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3CannedAcl"
        },
        {
          "xml": {
            "name": "cannedAcl"
          },
          "description": "Specify the canned ACL to apply to each S3 request. Defaults to none."
        }
      ]
    }
  }
}