AWS SDK for .NET Documentation
CloudFrontOriginAccessIdentity Class
AmazonAmazon.CloudFront_2012_03_15.ModelCloudFrontOriginAccessIdentity Did this page help you?   Yes   No    Tell us about it...
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:

  1. Id
  2. S3 Canonical User Id
  3. The Configuration for the Origin Access Identity

For more information, please visit: http://docs.amazonwebservices.com/cloudfront/latest/APIReference/API_GetCloudFrontOriginAccessIdentityConfig.html
Declaration Syntax
C#
[SerializableAttribute]
public class CloudFrontOriginAccessIdentity
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CloudFrontOriginAccessIdentity()()()()
Initializes a new instance of the CloudFrontOriginAccessIdentity class

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()().)
Inheritance Hierarchy
Object
CloudFrontOriginAccessIdentity

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)