Uses of Interface
software.amazon.awscdk.services.efs.IAccessPoint
Packages that use IAccessPoint
Package
Description
Amazon Elastic File System Construct Library
AWS Lambda Construct Library
-
Uses of IAccessPoint in software.amazon.awscdk.services.efs
Subinterfaces of IAccessPoint in software.amazon.awscdk.services.efsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessPoint
.Classes in software.amazon.awscdk.services.efs that implement IAccessPointModifier and TypeClassDescriptionclass
Represents the AccessPoint.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.efs that return IAccessPointModifier and TypeMethodDescriptionstatic IAccessPoint
AccessPoint.fromAccessPointAttributes
(software.constructs.Construct scope, String id, AccessPointAttributes attrs) Import an existing Access Point by attributes.static IAccessPoint
AccessPoint.fromAccessPointId
(software.constructs.Construct scope, String id, String accessPointId) Import an existing Access Point by id. -
Uses of IAccessPoint in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda with parameters of type IAccessPointModifier and TypeMethodDescriptionstatic FileSystem
FileSystem.fromEfsAccessPoint
(IAccessPoint ap, String mountPath) mount the filesystem from Amazon EFS.