CloudFront origin access identity.
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 |
| Member | Description | |
|---|---|---|
| CloudFrontOriginAccessIdentity()()()() | Initializes a new instance of the CloudFrontOriginAccessIdentity class | |
| 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 |
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()()()() | (Inherited from Object.) | |
| WithCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) |
Sets the CloudFrontOriginAccessIdentityConfig property
| |
| WithId(String) |
Sets the Id property
| |
| WithS3CanonicalUserId(String) |
Sets the S3CanonicalUserId property
|