Interface CfnDomainPropsMixin.IAppLifecycleManagementProperty
Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDomainPropsMixin.IAppLifecycleManagementProperty
Syntax (vb)
Public Interface CfnDomainPropsMixin.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
Properties
| IdleSettings | Settings related to idle shutdown of Studio applications. |
Properties
IdleSettings
Settings related to idle shutdown of Studio applications.
object? IdleSettings { get; }