describeAccessPoints
inline suspend fun EfsClient.describeAccessPoints(crossinline block: DescribeAccessPointsRequest.Builder.() -> Unit): DescribeAccessPointsResponse
Returns the description of a specific Amazon EFS access point if the AccessPointId
is provided. If you provide an EFS FileSystemId
, it returns descriptions of all access points for that file system. You can provide either an AccessPointId
or a FileSystemId
in the request, but not both.
This operation requires permissions for the elasticfilesystem:DescribeAccessPoints
action.