EfsFunctions

Functions

Link copied to clipboard

Provides information about an Elastic File System (EFS) Access Point.

suspend fun getAccessPoint(accessPointId: String, tags: Map<String, String>? = null): GetAccessPointResult
Link copied to clipboard

Provides information about multiple Elastic File System (EFS) Access Points.

suspend fun getAccessPoints(fileSystemId: String): GetAccessPointsResult
Link copied to clipboard

Provides information about an Elastic File System (EFS) File System.

suspend fun getFileSystem(creationToken: String? = null, fileSystemId: String? = null, tags: Map<String, String>? = null): GetFileSystemResult
Link copied to clipboard

Provides information about an Elastic File System Mount Target (EFS).

suspend fun getMountTarget(accessPointId: String? = null, fileSystemId: String? = null, mountTargetId: String? = null): GetMountTargetResult