getFileSystem

The `AWS::EFS::FileSystem` resource creates a new, empty file system in EFSlong (EFS). You must create a mount target (AWS::EFS::MountTarget) to mount your EFS file system on an EC2 or other AWS cloud compute resource.

Return

null

Parameters

argument

null


suspend fun getFileSystem(fileSystemId: String): GetFileSystemResult

Return

null

Parameters

fileSystemId

The ID of the EFS file system. For example: fs-abcdef0123456789a

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.efs.kotlin.inputs.GetFileSystemPlainArgs.

See also