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

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

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

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

import kotlin.Int
import kotlin.Suppress

/**
 *
 * @property idleTimeoutInMinutes The time that SageMaker waits after the application becomes idle before shutting it down. Valid values are between `60` and `525600`.
 */
public data class SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings(
    public val idleTimeoutInMinutes: Int? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.sagemaker.outputs.SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings): SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings =
            SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettings(
                idleTimeoutInMinutes = javaType.idleTimeoutInMinutes().map({ args0 -> args0 }).orElse(null),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy