Interface IOriginAccessIdentity
Interface for CloudFront OriginAccessIdentity.
Inherited Members
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOriginAccessIdentity : IResource, 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
System.String
OriginAccessIdentityName
(deprecated) The Origin Access Identity Id (physical id) It is misnamed and superseded by the correctly named originAccessIdentityId.
string OriginAccessIdentityName { get; }
Property Value
System.String
Remarks
Stability: Deprecated