CloudFront origin access identity.

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CloudFrontOriginAccessIdentity
Public Class CloudFrontOriginAccessIdentity
public ref class CloudFrontOriginAccessIdentity

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CloudFrontOriginAccessIdentity()()()()
Initializes a new instance of the CloudFrontOriginAccessIdentity class
CloudFrontOriginAccessIdentityConfig
The current configuration information for the identity.
Equals(Object)
Determines whether the specified Object is equal to the current 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
The ID for the origin access identity. For example: E74FTE3AJFJ256A.
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)
Sets the CloudFrontOriginAccessIdentityConfig property
WithId(String)
Sets the Id property
WithS3CanonicalUserId(String)
Sets the S3CanonicalUserId property

Inheritance Hierarchy

System..::..Object
  Amazon.CloudFront.Model..::..CloudFrontOriginAccessIdentity

See Also