Interface IAccessPoint

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAccessPoint.Jsii$Default
All Known Implementing Classes:
AccessPoint, IAccessPoint.Jsii$Proxy

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-11T18:01:15.545Z") @Stability(Stable) public interface IAccessPoint extends software.amazon.jsii.JsiiSerializable, IResource
Represents an EFS AccessPoint.
  • Method Details

    • getAccessPointArn

      @Stability(Stable) @NotNull String getAccessPointArn()
      The ARN of the AccessPoint.
    • getAccessPointId

      @Stability(Stable) @NotNull String getAccessPointId()
      The ID of the AccessPoint.
    • getFileSystem

      @Stability(Stable) @NotNull IFileSystem getFileSystem()
      The EFS file system.