Show / Hide Table of Contents

Class OriginAccessIdentityState

Inheritance
System.Object
InputArgs
ResourceArgs
OriginAccessIdentityState
Inherited Members
ResourceArgs.Empty
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 Source

OriginAccessIdentityState()

Declaration
public OriginAccessIdentityState()

Properties

View Source

CallerReference

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>
View Source

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>
View Source

Comment

An optional comment for the origin access identity.

Declaration
public Input<string> Comment { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.