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.101.0 (build b95fe5d)", date="2024-07-12T19:34:01.571Z") @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.