custom File System Configs
suspend fun customFileSystemConfigs(value: Output<List<DomainDefaultUserSettingsCustomFileSystemConfigArgs>>)
suspend fun customFileSystemConfigs(value: List<DomainDefaultUserSettingsCustomFileSystemConfigArgs>?)
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
Block below.
suspend fun customFileSystemConfigs(vararg values: Output<DomainDefaultUserSettingsCustomFileSystemConfigArgs>)
suspend fun customFileSystemConfigs(values: List<Output<DomainDefaultUserSettingsCustomFileSystemConfigArgs>>)
suspend fun customFileSystemConfigs(vararg values: DomainDefaultUserSettingsCustomFileSystemConfigArgs)
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
Block below.
suspend fun customFileSystemConfigs(argument: List<suspend DomainDefaultUserSettingsCustomFileSystemConfigArgsBuilder.() -> Unit>)
suspend fun customFileSystemConfigs(vararg argument: suspend DomainDefaultUserSettingsCustomFileSystemConfigArgsBuilder.() -> Unit)
suspend fun customFileSystemConfigs(argument: suspend DomainDefaultUserSettingsCustomFileSystemConfigArgsBuilder.() -> 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
Block below.