Interface IAccessPoint

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.84.0 (build 5404dcf)", date="2023-06-19T16:30:40.137Z") @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.