1{
2    "Distribution": {
3        "Status": "Deployed",
4        "DomainName": "d111111abcdef8.cloudfront.net",
5        "InProgressInvalidationBatches": 1,
6        "DistributionConfig": {
7            "Comment": "example comment",
8            "CacheBehaviors": {
9                "Items": [
10                    {
11                        "TrustedSigners": {
12                            "Items": [
13                                "self",
14                                "111122223333"
15                            ],
16                            "Enabled": true,
17                            "Quantity": 2
18                        },
19                        "TargetOriginId": "example-custom-origin",
20                        "ViewerProtocolPolicy": "allow-all",
21                        "ForwardedValues": {
22                            "Cookies": {
23                                "Forward": "all"
24                            },
25                            "QueryString": false
26                        },
27                        "PathPattern": "*.jpg",
28                        "MinTTL": 86400
29                    }
30                ],
31                "Quantity": 1
32            },
33            "Logging": {
34                "Bucket": "myawslogbucket.s3.amazonaws.com",
35                "Prefix": "example.com.",
36                "Enabled": true,
37                "IncludeCookies": true
38            },
39            "Origins": {
40                "Items": [
41                    {
42                        "S3OriginConfig": {
43                            "OriginAccessIdentity": "origin-access-identity/cloudfront/E74FTE3AEXAMPLE"
44                        },
45                        "Id": "example-Amazon S3-origin",
46                        "DomainName": "myawsbucket.s3.amazonaws.com"
47                    },
48                    {
49                        "CustomOriginConfig": {
50                            "OriginProtocolPolicy": "match-viewer",
51                            "HTTPPort": 80,
52                            "HTTPSPort": 443
53                        },
54                        "Id": "example-custom-origin",
55                        "DomainName": "example.com"
56                    }
57                ],
58                "Quantity": 2
59            },
60            "DefaultRootObject": "index.html",
61            "PriceClass": "PriceClass_All",
62            "Enabled": true,
63            "DefaultCacheBehavior": {
64                "ViewerProtocolPolicy": "https-only",
65                "ForwardedValues": {
66                    "Cookies": {
67                        "Forward": "whitelist",
68                        "WhitelistedNames": {
69                            "Items": [
70                                "example-cookie"
71                            ],
72                            "Quantity": 1
73                        }
74                    },
75                    "QueryString": true
76                },
77                "TargetOriginId": "example-Amazon S3-origin",
78                "TrustedSigners": {
79                    "Items": [
80                        "self",
81                        "111122223333",
82                        "444455556666"
83                    ],
84                    "Enabled": true,
85                    "Quantity": 3
86                },
87                "MinTTL": 0
88            },
89            "CallerReference": "example.com2012-04-11-5:09pm",
90            "ViewerCertificate": {
91                "IAMCertificateId": "AS1A2M3P4L5E67SIIXR3J"
92            },
93            "Aliases": {
94                "Items": [
95                    "www.example.com"
96                ],
97                "Quantity": 1
98            }
99        },
100        "ActiveTrustedSigners": {
101            "Items": [
102                {
103                    "KeyPairIds": {
104                        "Items": [
105                            "APKA9ONS7QCOWEXAMPLE"
106                        ],
107                        "Quantity": 1
108                    },
109                    "AwsAccountNumber": "self"
110                },
111                {
112                    "KeyPairIds": {
113                        "Quantity": 2
114                    },
115                    "AwsAccountNumber": "111122223333"
116                },
117                {
118                    "KeyPairIds": {
119                        "Quantity": 0
120                    },
121                    "AwsAccountNumber": "444455556666"
122                }
123            ],
124            "Quantity": 3
125        },
126        "LastModifiedTime": "2012-05-19T19:37:58Z",
127        "Id": "EDFDVBD6EXAMPLE"
128    },
129    "ResponseMetadata": {}
130}