User Profile Idle Settings Args
data class UserProfileIdleSettingsArgs(val idleTimeoutInMinutes: Output<Int>? = null, val lifecycleManagement: Output<UserProfileLifecycleManagement>? = null, val maxIdleTimeoutInMinutes: Output<Int>? = null, val minIdleTimeoutInMinutes: Output<Int>? = null) : ConvertibleToJava<UserProfileIdleSettingsArgs>
Constructors
Link copied to clipboard
constructor(idleTimeoutInMinutes: Output<Int>? = null, lifecycleManagement: Output<UserProfileLifecycleManagement>? = null, maxIdleTimeoutInMinutes: Output<Int>? = null, minIdleTimeoutInMinutes: Output<Int>? = null)
Properties
Link copied to clipboard
The time that SageMaker waits after the application becomes idle before shutting it down.
Link copied to clipboard
Indicates whether idle shutdown is activated for the application type.
Link copied to clipboard
The maximum value in minutes that custom idle shutdown can be set to by the user.
Link copied to clipboard
The minimum value in minutes that custom idle shutdown can be set to by the user.