DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings class
Constructors
-
DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings({Input<
int?> ? idleTimeoutInMinutes, Input<String?> ? lifecycleManagement, Input<int?> ? maxIdleTimeoutInMinutes, Input<int?> ? minIdleTimeoutInMinutes}) -
Creates a new DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings.
idleTimeoutInMinutesThe time that SageMaker AI waits after the application becomes idle before shutting it down. Valid values are between60and525600.lifecycleManagementIndicates whether idle shutdown is activated for the application type. Valid values areENABLEDandDISABLED.maxIdleTimeoutInMinutesThe maximum value in minutes that custom idle shutdown can be set to by the user. Valid values are between60and525600.minIdleTimeoutInMinutesThe minimum value in minutes that custom idle shutdown can be set to by the user. Valid values are between60and525600.const -
DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
idleTimeoutInMinutes
→ Input<
int?> ? -
The time that SageMaker AI waits after the application becomes idle before shutting it down. Valid values are between
60and525600.final -
lifecycleManagement
→ Input<
String?> ? -
Indicates whether idle shutdown is activated for the application type. Valid values are
ENABLEDandDISABLED.final -
maxIdleTimeoutInMinutes
→ Input<
int?> ? -
The maximum value in minutes that custom idle shutdown can be set to by the user. Valid values are between
60and525600.final -
minIdleTimeoutInMinutes
→ Input<
int?> ? -
The minimum value in minutes that custom idle shutdown can be set to by the user. Valid values are between
60and525600.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited