access_point
Gets an individual access_point
resource
Overview
Name | access_point |
Type | Resource |
Description | access_point |
Id | awscc.efs.access_point |
Fields
Name | Datatype | Description |
---|---|---|
access_point_id | string | |
arn | string | |
client_token | string | The opaque string specified in the request to ensure idempotent creation. |
access_point_tags | array | An array of key-value pairs to apply to this resource.<br/> For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html). |
file_system_id | string | 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``. |
posix_user | object | 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. |
root_directory | object | The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
access_point_id,
arn,
client_token,
access_point_tags,
file_system_id,
posix_user,
root_directory
FROM awscc.efs.access_point
WHERE data__Identifier = '<AccessPointId>';
Permissions
To operate on the access_point
resource, the following permissions are required:
Read
elasticfilesystem:DescribeAccessPoints
Delete
elasticfilesystem:DeleteAccessPoint,
elasticfilesystem:DescribeAccessPoints
Update
elasticfilesystem:DescribeAccessPoints,
elasticfilesystem:ListTagsForResource,
elasticfilesystem:TagResource,
elasticfilesystem:UntagResource