Uses of Interface
software.amazon.awscdk.services.efs.IAccessPoint
Package
Description
Amazon Elastic File System Construct Library
AWS Lambda Construct Library
-
Uses of IAccessPoint in software.amazon.awscdk.services.efs
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessPoint
.Modifier and TypeClassDescriptionclass
Represents the AccessPoint.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier 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
Modifier and TypeMethodDescriptionstatic FileSystem
FileSystem.fromEfsAccessPoint
(IAccessPoint ap, String mountPath) mount the filesystem from Amazon EFS.