![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.sagemaker.kotlin.outputs.UserProfileCustomPosixUserConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.sagemaker.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property gid The POSIX group ID.
* @property uid The POSIX user ID.
*/
public data class UserProfileCustomPosixUserConfig(
public val gid: Int,
public val uid: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.sagemaker.outputs.UserProfileCustomPosixUserConfig): UserProfileCustomPosixUserConfig = UserProfileCustomPosixUserConfig(
gid = javaType.gid(),
uid = javaType.uid(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy