GetMountTargetPlainArgs

data class GetMountTargetPlainArgs(val id: String) : ConvertibleToJava<GetMountTargetPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID of the Amazon EFS file system that the mount target provides access to. Example: fs-0123456789111222a

Functions

Link copied to clipboard
open override fun toJava(): GetMountTargetPlainArgs