All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.sagemaker.kotlin.outputs.UserProfileUserSettingsJupyterLabAppSettingsCodeRepository.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.sagemaker.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property repositoryUrl The URL of the Git repository.
 */
public data class UserProfileUserSettingsJupyterLabAppSettingsCodeRepository(
    public val repositoryUrl: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.sagemaker.outputs.UserProfileUserSettingsJupyterLabAppSettingsCodeRepository): UserProfileUserSettingsJupyterLabAppSettingsCodeRepository =
            UserProfileUserSettingsJupyterLabAppSettingsCodeRepository(
                repositoryUrl = javaType.repositoryUrl(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy