Interface CfnSpacePropsMixin.SpaceIdleSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpacePropsMixin.SpaceIdleSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnSpacePropsMixin
@Stability(Stable)
public static interface CfnSpacePropsMixin.SpaceIdleSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Settings related to idle shutdown of 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 software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
SpaceIdleSettingsProperty spaceIdleSettingsProperty = SpaceIdleSettingsProperty.builder()
.idleTimeoutInMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpacePropsMixin.SpaceIdleSettingsPropertystatic final classAn implementation forCfnSpacePropsMixin.SpaceIdleSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdleTimeoutInMinutes
The time that SageMaker waits after the application becomes idle before shutting it down.- See Also:
-
builder
-