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.97.0 (build 729de35)", date="2024-04-18T17:54:16.682Z") @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.