Get Access Point Result
data class GetAccessPointResult(val accessPointId: String, val arn: String, val fileSystemArn: String, val fileSystemId: String, val id: String, val ownerId: String, val posixUsers: List<GetAccessPointPosixUser>, val rootDirectories: List<GetAccessPointRootDirectory>, val tags: Map<String, String>? = null)
A collection of values returned by getAccessPoint.
Properties
Link copied to clipboard
Link copied to clipboard
Amazon Resource Name of the file system.
Link copied to clipboard
ID of the file system for which the access point is intended.
Link copied to clipboard
Single element list containing operating system user and group applied to all file system requests made using the access point.
Link copied to clipboard
Single element list containing information on the directory on the Amazon EFS file system that the access point provides access to.