CloudFront origin access identity.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CloudFrontOriginAccessIdentity
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CloudFrontOriginAccessIdentity()()()() | Initializes a new instance of the CloudFrontOriginAccessIdentity class | 
|  | CloudFrontOriginAccessIdentityConfig | 
            Gets and sets the property CloudFrontOriginAccessIdentityConfig. The current configuration
            information for the identity.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | 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 property Id. The ID for the origin access identity. For example:
            E74FTE3AJFJ256A.
             | 
|  | S3CanonicalUserId | 
            Gets and sets the property S3CanonicalUserId. The Amazon S3 canonical user ID for
            the origin access identity, which you use when giving the origin access identity read
            permission to an object in Amazon S3.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) | Obsolete. 
            Sets the CloudFrontOriginAccessIdentityConfig property
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithS3CanonicalUserId(String) | Obsolete. 
            Sets the S3CanonicalUserId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CloudFrontOriginAccessIdentity |