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

## Properties

- `FileSystemId` (`string`, required): The ID of the S3 Files file system that the access point provides access to.
- `AccessPointArn` (`string`, optional)
- `AccessPointId` (`string`, optional)
- `ClientToken` (`string`, optional): (optional) A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
- `OwnerId` (`string`, optional)
- `PosixUser` (`S3FilesAccessPoint_PosixUser`, optional): The operating system user and group applied to all compute drive requests made using the access point.
- `RootDirectory` (`S3FilesAccessPoint_RootDirectory`, optional): Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point. The clients using the access point can only access the root directory and below. If the RootDirectory>Path specified does not exist, EFS creates it and applies the CreationPermissions settings when a client connects to an access point. When specifying a RootDirectory, you need to provide the Path, and the CreationPermissions is optional.
- `Status` (`"available" | "creating" | "deleted" | "deleting" | "error" | "updating"`, optional)
- `Tags` (`S3FilesAccessPoint_AccessPointTag[]`, optional)

## Attributes

- `AccessPointArn`
- `AccessPointId`
- `OwnerId`
- `Status`
