
com.pulumi.aws.sagemaker.kotlin.outputs.UserProfileUserSettingsSpaceStorageSettings.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.sagemaker.kotlin.outputs
import kotlin.Suppress
/**
*
* @property defaultEbsStorageSettings The default EBS storage settings for a private space. See Default EBS Storage Settings below.
*/
public data class UserProfileUserSettingsSpaceStorageSettings(
public val defaultEbsStorageSettings: UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.sagemaker.outputs.UserProfileUserSettingsSpaceStorageSettings): UserProfileUserSettingsSpaceStorageSettings = UserProfileUserSettingsSpaceStorageSettings(
defaultEbsStorageSettings = javaType.defaultEbsStorageSettings().map({ args0 ->
args0.let({ args0 ->
com.pulumi.aws.sagemaker.kotlin.outputs.UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy