Provides information about an Elastic File System (EFS) Access Point.
data "aws_efs_access_point" "test" {
access_point_id = "fsap-12345678"
}
This data source supports the following arguments:
access_point_id
- (Required) ID that identifies the file system.This data source exports the following attributes in addition to the arguments above:
id
- ID of the access point.arn
- Amazon Resource Name of the file system.file_system_arn
- Amazon Resource Name of the file system.file_system_id
- ID of the file system for which the access point is intended.posix_user
- Single element list containing operating system user and group applied to all file system requests made using the access point.
gid
- Group IDsecondary_gids
- Secondary group IDsuid
- User Idroot_directory
- Single element list containing information on the directory on the Amazon EFS file system that the access point provides access to.
creation_info
- Single element list containing information on the creation permissions of the directory
owner_gid
- POSIX owner group IDowner_uid
- POSIX owner user IDpermissions
- POSIX permissions modepath
- Path exposed as the root directorytags
- Key-value mapping of resource tags.