A CloudFrontOriginAccessIdentity describes the information about a CloudFront Origin
Access Identity. It is used as a response element when Creating a new CloudFront Origin Access
Identity and when an Origin Access Identity's details are retrieved.
An origin access identity consists of the following items:
- Id
- S3 Canonical User Id
- The Configuration for the Origin Access Identity

C# |
[SerializableAttribute] public class CloudFrontOriginAccessIdentity

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CloudFrontOriginAccessIdentity()()()() | Initializes a new instance of the CloudFrontOriginAccessIdentity class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ETag |
Gets and sets the ETag property of this
Origin Access Identity's Information.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Id |
Gets and sets the Id property. This is the Id returned by CloudFront
when the distribution is created and is unique to the Distribution.
|
![]() | OriginAccessIdentityConfig |
Gets and sets the current Origin Access Identity Configuration.
|
![]() | S3CanonicalUserId |
Gets and sets the Status property.
The current status of the Distribution can either be Deployed or In Progres
|
![]() | ToString()()()() |
Creates an XML representation of this CloudFront
Origin Access Identity.
(Overrides Object.ToString()()()().) |

Object | |
![]() | CloudFrontOriginAccessIdentity |