interface AppLifecycleManagementProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnDomain.AppLifecycleManagementProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDomain_AppLifecycleManagementProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnDomain.AppLifecycleManagementProperty |
![]() | aws_cdk.aws_sagemaker.CfnDomain.AppLifecycleManagementProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnDomain » AppLifecycleManagementProperty |
Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const appLifecycleManagementProperty: sagemaker.CfnDomain.AppLifecycleManagementProperty = {
idleSettings: {
idleTimeoutInMinutes: 123,
lifecycleManagement: 'lifecycleManagement',
maxIdleTimeoutInMinutes: 123,
minIdleTimeoutInMinutes: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
idle | IResolvable | Idle | Settings related to idle shutdown of Studio applications. |
idleSettings?
Type:
IResolvable
|
Idle
(optional)
Settings related to idle shutdown of Studio applications.