access_points_list_only
Lists access_points
in a region or regions, for all properties use access_points
Overview
Name | access_points_list_only |
Type | Resource |
Description | 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](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html).This operation requires permissions for the elasticfilesystem:CreateAccessPoint action. |
Id | aws.efs.access_points_list_only |
Fields
Name | Datatype | Description |
---|---|---|
access_point_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all access_points
in a region.
SELECT
region,
access_point_id
FROM aws.efs.access_points_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_points_list_only
resource, see access_points