The CloudFrontOriginAccessIdentityConfig complex type describes an origin access identity's configuration information.
An origin access identity configuration objects consists of the following items:
- Caller Reference
- Comment

C# |
[SerializableAttribute] public class CloudFrontOriginAccessIdentityConfig

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CloudFrontOriginAccessIdentityConfig()()()() | Initializes a new instance of the CloudFrontOriginAccessIdentityConfig class |
![]() | CallerReference |
Gets and sets the CallerReference property.
A unique number that ensures the request can't be replayed.
If the CallerReference is new (no matter the content of the
CloudFrontOriginAccessIdentityConfig object), a new distribution
is created. The default value set by the AWS SDK for NET is the
UtcNow timestamp.
|
![]() | Comment |
Gets and sets the Comment property.
Any comments you want to include about the distribution.
The maximum length of the comment is 128 characters
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ETag |
Gets and sets the ETag property of this
Origin Access Identity Configuration.
The ETag is the current version of the
configuration.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() |
Creates an XML representation of the CloudFront
distribution configuration. The resulting XML
can be sent to CloudFront when creating or updating
a distribution.
(Overrides Object.ToString()()()().) |
![]() | WithCallerReference(String) | Obsolete.
Sets the CallerReference property
|
![]() | WithComment(String) | Obsolete.
Sets the Comment property.
|

Object | |
![]() | CloudFrontOriginAccessIdentityConfig |