interface SpaceAppLifecycleManagementProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnSpacePropsMixin.SpaceAppLifecycleManagementProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnSpacePropsMixin_SpaceAppLifecycleManagementProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnSpacePropsMixin.SpaceAppLifecycleManagementProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnSpacePropsMixin.SpaceAppLifecycleManagementProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnSpacePropsMixin » 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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const spaceAppLifecycleManagementProperty: sagemaker_mixins.CfnSpacePropsMixin.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