| Did this page help you? Yes No Tell us about it... |
The CloudFrontOriginAccessIdentityConfig complex type describes an origin access
identity's configuration information. For information about why and how you use CloudFront
origin access identities, go to Serving Private Content in the Amazon CloudFront Developer Guide.
This complex type is used as a request element in POST Origin Access Identity and PUT Origin Access Identity Config.
It is used as a response element in GET Origin Access Identity and GET Origin Access Identity Config.
<CloudFrontOriginAccessIdentityConfig xmlns="http://cloudfront.amazonaws.com/doc/2010-11-01/"> <CallerReference>ref</CallerReference> <Comment>The comment.</Comment> </CloudFrontOriginAccessIdentityConfig>
The following table describes the child elements in the
CloudFrontOriginAccessIdentityConfig datatype.
| Name | Description | Required |
|---|---|---|
|
|
A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the
If the CallerReference is a value you already sent in a previous request
to create an identity, and the content of the
If the CallerReference is a value you already sent in a previous request
to create an identity but the content of the
Type: String Constraints: Allowable characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes. Default: None |
Yes |
|
|
Any comments you want to include about the origin access identity. Type: String Constraints: Maximum 128 characters Default: None |
No |
<CloudFrontOriginAccessIdentityConfig xmlns="http://cloudfront.amazonaws.com/doc/2010-11-01/"> <CallerReference>20091130090000</CallerReference> <Comment>My comments</Comment> </CloudFrontOriginAccessIdentityConfig>