Amazon CloudFront · JSON Structure

Cloudfront Distribution List Structure

DistributionList schema

Type: object Properties: 6
CloudFrontCDNContent DeliveryEdge

DistributionList is a JSON Structure definition published by Amazon CloudFront, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Marker NextMarker MaxItems IsTruncated Quantity Items

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-cloudfront/refs/heads/main/json-structure/cloudfront-distribution-list-structure.json",
  "name": "DistributionList",
  "description": "DistributionList schema",
  "type": "object",
  "properties": {
    "Marker": {
      "type": "string"
    },
    "NextMarker": {
      "type": "string"
    },
    "MaxItems": {
      "type": "int32"
    },
    "IsTruncated": {
      "type": "boolean"
    },
    "Quantity": {
      "type": "int32"
    },
    "Items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Distribution"
      }
    }
  }
}