Skip to main content

access_points

Retrieves a list of access_points in a region

Overview

Nameaccess_points
TypeResource
Descriptionaccess_points
Idawscc.efs.access_points

Fields

NameDatatypeDescription
access_point_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
access_point_id
FROM awscc.efs.access_points
WHERE region = 'us-east-1'

Permissions

To operate on the access_points resource, the following permissions are required:

Create

elasticfilesystem:CreateAccessPoint,
elasticfilesystem:TagResource,
elasticfilesystem:DescribeAccessPoints

List

elasticfilesystem:DescribeAccessPoints