interface SpaceAppLifecycleManagementProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Sagemaker.CfnSpace.SpaceAppLifecycleManagementProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_SpaceAppLifecycleManagementProperty | 
  Java | software.amazon.awscdk.services.sagemaker.CfnSpace.SpaceAppLifecycleManagementProperty | 
  Python | aws_cdk.aws_sagemaker.CfnSpace.SpaceAppLifecycleManagementProperty | 
  TypeScript  | aws-cdk-lib » aws_sagemaker » CfnSpace » SpaceAppLifecycleManagementProperty | 
Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications in a space.
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 spaceAppLifecycleManagementProperty: sagemaker.CfnSpace.SpaceAppLifecycleManagementProperty = {
  idleSettings: {
    idleTimeoutInMinutes: 123,
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| idle | IResolvable | Space | Settings related to idle shutdown of Studio applications. | 
idleSettings?
Type:
IResolvable | Space
(optional)
Settings related to idle shutdown of Studio applications.

 .NET
 Go
 Java
 Python
 TypeScript