Get Mount Target Plain Args
data class GetMountTargetPlainArgs(val accessPointId: String? = null, val fileSystemId: String? = null, val mountTargetId: String? = null) : ConvertibleToJava<GetMountTargetPlainArgs>
A collection of arguments for invoking getMountTarget.
Properties
Link copied to clipboard
ID or ARN of the access point whose mount target that you want to find. It must be included if a file_system_id and mount_target_id are not included.
Link copied to clipboard
ID or ARN of the file system whose mount target that you want to find. It must be included if an access_point_id and mount_target_id are not included.
Link copied to clipboard
ID or ARN of the mount target that you want to find. It must be included in your request if an access_point_id and file_system_id are not included.