GetAccessPointResult

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.

Constructors

Link copied to clipboard
constructor(accessPointId: String, arn: String, fileSystemArn: String, fileSystemId: String, id: String, ownerId: String, posixUsers: List<GetAccessPointPosixUser>, rootDirectories: List<GetAccessPointRootDirectory>, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val arn: String

Amazon Resource Name of the file system.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
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.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value mapping of resource tags.