Show / Hide Table of Contents

Interface IOriginAccessIdentity

Interface for CloudFront OriginAccessIdentity.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IGrantable.GrantPrincipal
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOriginAccessIdentity : IResource, IConstruct, IDependable, IGrantable
Syntax (vb)
Public Interface IOriginAccessIdentity Inherits IResource, IConstruct, IDependable, IGrantable

Synopsis

Properties

OriginAccessIdentityId

The Origin Access Identity Id (physical id) This was called originAccessIdentityName before.

OriginAccessIdentityName

(deprecated) The Origin Access Identity Id (physical id) It is misnamed and superseded by the correctly named originAccessIdentityId.

Properties

OriginAccessIdentityId

The Origin Access Identity Id (physical id) This was called originAccessIdentityName before.

string OriginAccessIdentityId { get; }
Property Value

string

OriginAccessIdentityName

(deprecated) The Origin Access Identity Id (physical id) It is misnamed and superseded by the correctly named originAccessIdentityId.

[Obsolete("use originAccessIdentityId instead")]
string OriginAccessIdentityName { get; }
Property Value

string

Remarks

Stability: Deprecated

Back to top Generated by DocFX