| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
To get a CloudFront origin access identity's configuration information, you do a GET on
the 2013-05-12/origin-access-identity/CloudFront/<identity
ID>/config resource.
GET /2013-05-12/origin-access-identity/cloudfront/<identity ID>/config HTTP/1.1 Host: cloudfront.amazonaws.com Authorization:AWS authentication stringDate:time stampOther required headers
The request must include the headers required in all CloudFront requests. For more information, see Common REST Headers.
200 OK ETag:ETag value to use later when doing a PUT on the configx-amz-request-id:Request ID<?xml version="1.0" encoding="UTF-8"?> <CloudFrontOriginAccessIdentityConfig xmlns="http://cloudfront.amazonaws.com/doc/2013-05-12/"> <CallerReference>20120229090000</CallerReference> <Comment>The comment.</Comment> </CloudFrontOriginAccessIdentityConfig>
| Name | Description |
|---|---|
|
|
The current version of the configuration. For example:
Type: String |
| Name | Description |
|---|---|
|
|
The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig Complex Type. Type: |
The following table lists the special errors returned in addition to the common errors that all actions return. For more information, see Errors.
| Error | Description | HTTP Status Code |
|---|---|---|
|
|
The specified origin access identity does not exist. |
404 |
The following example request gets the configuration information for the CloudFront origin access identity with ID E74FTE3AEXAMPLE.
GET /2013-05-12/origin-access-identity/cloudfront/E74FTE3AEXAMPLE/config HTTP/1.1 Host: cloudfront.amazonaws.com Authorization:AWS authentication stringDate: Thu, 17 May 2012 19:37:58 GMTOther required headers
200 OK
ETag: E2QWRUHEXAMPLE
x-amz-request-id: request_id
<?xml version="1.0" encoding="UTF-8"?>
<CloudFrontOriginAccessIdentityConfig xmlns="http://cloudfront.amazonaws.com/doc/2013-05-12/">
<CallerReference>20120229090000</CallerReference>
<Comment>My comments</Comment>
</CloudFrontOriginAccessIdentityConfig>