Amazon CloudFront · Example Payload

Cloudfront Origin Example

CloudFrontCDNContent DeliveryEdge

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

Top-level fields

IdDomainNameOriginPathS3OriginConfigCustomOriginConfig

Example Payload

Raw ↑
{
  "Id": "abc12345",
  "DomainName": "example-resource",
  "OriginPath": "example-value",
  "S3OriginConfig": {
    "OriginAccessIdentity": "abc12345"
  },
  "CustomOriginConfig": {
    "HTTPPort": 100,
    "HTTPSPort": 100,
    "OriginProtocolPolicy": "http-only"
  }
}