Efs Functions
object EfsFunctions
Functions
Link copied to clipboard
Provides information about an Elastic File System (EFS) Access Point.
suspend fun getAccessPoint(argument: suspend GetAccessPointPlainArgsBuilder.() -> Unit): GetAccessPointResult
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(argument: suspend GetAccessPointsPlainArgsBuilder.() -> Unit): GetAccessPointsResult
Link copied to clipboard
Provides information about an Elastic File System (EFS) File System.
suspend fun getFileSystem(argument: suspend GetFileSystemPlainArgsBuilder.() -> Unit): GetFileSystemResult
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(argument: suspend GetMountTargetPlainArgsBuilder.() -> Unit): GetMountTargetResult
suspend fun getMountTarget(accessPointId: String? = null, fileSystemId: String? = null, mountTargetId: String? = null): GetMountTargetResult