Interface IOriginAccessIdentity
Interface for CloudFront OriginAccessIdentity.
Inherited Members
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
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
Remarks
Stability: Deprecated