Amazon CloudFront · Example Payload

Cloudfront Distribution Example

CloudFrontCDNContent DeliveryEdge

Cloudfront Distribution 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

IdARNStatusLastModifiedTimeDomainNameDistributionConfig

Example Payload

Raw ↑
{
  "Id": "abc12345",
  "ARN": "arn:aws:::example/abc12345",
  "Status": "ACTIVE",
  "LastModifiedTime": "2025-03-15T14:30:00Z",
  "DomainName": "example-resource",
  "DistributionConfig": "example-value"
}