Class OriginAccessIdentityState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OriginAccessIdentityState : ResourceArgs
Constructors
View SourceOriginAccessIdentityState()
Declaration
public OriginAccessIdentityState()
Properties
View SourceCallerReference
Internal value used by CloudFront to allow future updates to the origin access identity.
Declaration
public Input<string> CallerReference { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CloudfrontAccessIdentityPath
A shortcut to the full path for the origin access identity to use in CloudFront, see below.
Declaration
public Input<string> CloudfrontAccessIdentityPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Comment
An optional comment for the origin access identity.
Declaration
public Input<string> Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Etag
The current version of the origin access identity's information.
For example: E2QWRUHAPOMQZL.
Declaration
public Input<string> Etag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IamArn
A pre-generated ARN for use in S3 bucket policies (see below).
Example: arn:aws:iam::cloudfront:user/CloudFront Origin Access Identity E2QWRUHAPOMQZL.
Declaration
public Input<string> IamArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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.
Declaration
public Input<string> S3CanonicalUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |