Class CfnUserProfilePropsMixin.AppLifecycleManagementProperty
Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnUserProfilePropsMixin.AppLifecycleManagementProperty : CfnUserProfilePropsMixin.IAppLifecycleManagementProperty
Syntax (vb)
Public Class CfnUserProfilePropsMixin.AppLifecycleManagementProperty Implements CfnUserProfilePropsMixin.IAppLifecycleManagementProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var appLifecycleManagementProperty = new AppLifecycleManagementProperty {
IdleSettings = new IdleSettingsProperty {
IdleTimeoutInMinutes = 123,
LifecycleManagement = "lifecycleManagement",
MaxIdleTimeoutInMinutes = 123,
MinIdleTimeoutInMinutes = 123
}
};
Synopsis
Constructors
| AppLifecycleManagementProperty() | Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications. |
Properties
| IdleSettings | Settings related to idle shutdown of Studio applications. |
Constructors
AppLifecycleManagementProperty()
Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.
public AppLifecycleManagementProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var appLifecycleManagementProperty = new AppLifecycleManagementProperty {
IdleSettings = new IdleSettingsProperty {
IdleTimeoutInMinutes = 123,
LifecycleManagement = "lifecycleManagement",
MaxIdleTimeoutInMinutes = 123,
MinIdleTimeoutInMinutes = 123
}
};
Properties
IdleSettings
Settings related to idle shutdown of Studio applications.
public object? IdleSettings { get; set; }