DomainFSxLustreFileSystemConfigArgs

data class DomainFSxLustreFileSystemConfigArgs(val fileSystemId: Output<String>, val fileSystemPath: Output<String>? = null) : ConvertibleToJava<DomainFSxLustreFileSystemConfigArgs>

Constructors

Link copied to clipboard
constructor(fileSystemId: Output<String>, fileSystemPath: Output<String>? = null)

Properties

Link copied to clipboard
val fileSystemId: Output<String>

The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.

Link copied to clipboard
val fileSystemPath: Output<String>? = null

The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.

Functions

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