getAccessPoint

The `AWS::EFS::AccessPoint` resource creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in its own directory and below. To learn more, see Mounting a file system using EFS access points. This operation requires permissions for the `elasticfilesystem:CreateAccessPoint` action.

Return

null

Parameters

argument

null


suspend fun getAccessPoint(accessPointId: String): GetAccessPointResult

Return

null

Parameters

accessPointId

The ID of the EFS access point.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.efs.kotlin.inputs.GetAccessPointPlainArgs.

See also