Amazon CloudFront · Example Payload

Cloudfront Invalidation List Example

CloudFrontCDNContent DeliveryEdge

Cloudfront Invalidation List Example is an example object payload from Amazon CloudFront, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

MarkerNextMarkerMaxItemsIsTruncatedQuantityItems

Example Payload

Raw ↑
{
  "Marker": "example-value",
  "NextMarker": "example-value",
  "MaxItems": 100,
  "IsTruncated": true,
  "Quantity": 100,
  "Items": [
    "example-value"
  ]
}