---
type: resource-type
title: EFSAccessPoint
description: aws resource type AWS::EFS::AccessPoint
name: EFSAccessPoint
lexicon: aws
resource_type: AWS::EFS::AccessPoint
---
`AWS::EFS::AccessPoint`, a resource type of the aws lexicon.

## Properties

- `FileSystemId` (`string`, required): The ID of the EFS file system that the access point applies to. Accepts only the ID format for input when specifying a file system, for example ``fs-0123456789abcedf2``.
- `AccessPointId` (`string`, optional)
- `AccessPointTags` (`EFSAccessPoint_AccessPointTag[]`, optional): An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
- `Arn` (`string`, optional)
- `ClientToken` (`string`, optional): The opaque string specified in the request to ensure idempotent creation.
- `PosixUser` (`EFSAccessPoint_PosixUser`, optional): The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
- `RootDirectory` (`EFSAccessPoint_RootDirectory`, optional): The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.

## Attributes

- `AccessPointId`
- `Arn`
