Interface IAccessPoint
Represents an EFS AccessPoint.
Inherited Members
Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessPoint : IAccessPointRef, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IAccessPoint Inherits IAccessPointRef, IResource, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| AccessPointArn | The ARN of the AccessPoint. |
| AccessPointId | The ID of the AccessPoint. |
| FileSystem | The EFS file system. |
Properties
AccessPointArn
The ARN of the AccessPoint.
string AccessPointArn { get; }
Property Value
Remarks
Attribute: true
AccessPointId
The ID of the AccessPoint.
string AccessPointId { get; }
Property Value
Remarks
Attribute: true