custom File System Configs
suspend fun customFileSystemConfigs(value: Output<List<UserProfileUserSettingsCustomFileSystemConfigArgs>>)
suspend fun customFileSystemConfigs(value: List<UserProfileUserSettingsCustomFileSystemConfigArgs>?)
Parameters
value
The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. See Custom File System Config below.
suspend fun customFileSystemConfigs(vararg values: Output<UserProfileUserSettingsCustomFileSystemConfigArgs>)
suspend fun customFileSystemConfigs(values: List<Output<UserProfileUserSettingsCustomFileSystemConfigArgs>>)
suspend fun customFileSystemConfigs(vararg values: UserProfileUserSettingsCustomFileSystemConfigArgs)
Parameters
values
The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. See Custom File System Config below.
suspend fun customFileSystemConfigs(argument: List<suspend UserProfileUserSettingsCustomFileSystemConfigArgsBuilder.() -> Unit>)
suspend fun customFileSystemConfigs(vararg argument: suspend UserProfileUserSettingsCustomFileSystemConfigArgsBuilder.() -> Unit)
suspend fun customFileSystemConfigs(argument: suspend UserProfileUserSettingsCustomFileSystemConfigArgsBuilder.() -> Unit)
Parameters
argument
The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. See Custom File System Config below.