UserProfileCustomFileSystemConfigArgs

data class UserProfileCustomFileSystemConfigArgs(val efsFileSystemConfig: Output<UserProfileEfsFileSystemConfigArgs>? = null, val fSxLustreFileSystemConfig: Output<UserProfileFSxLustreFileSystemConfigArgs>? = null) : ConvertibleToJava<UserProfileCustomFileSystemConfigArgs>

Constructors

Link copied to clipboard
constructor(efsFileSystemConfig: Output<UserProfileEfsFileSystemConfigArgs>? = null, fSxLustreFileSystemConfig: Output<UserProfileFSxLustreFileSystemConfigArgs>? = null)

Properties

Link copied to clipboard

The settings for a custom Amazon EFS file system.

Link copied to clipboard

The settings for a custom Amazon FSx for Lustre file system.

Functions

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