Interface CfnSpace.SpaceStorageSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpace.SpaceStorageSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnSpace
@Stability(Stable)
public static interface CfnSpace.SpaceStorageSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The storage settings for 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.services.sagemaker.*;
SpaceStorageSettingsProperty spaceStorageSettingsProperty = SpaceStorageSettingsProperty.builder()
.ebsStorageSettings(EbsStorageSettingsProperty.builder()
.ebsVolumeSizeInGb(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpace.SpaceStorageSettingsPropertystatic final classAn implementation forCfnSpace.SpaceStorageSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEbsStorageSettings
A collection of EBS storage settings for a space.Returns union: either
IResolvableorCfnSpace.EbsStorageSettingsProperty- See Also:
-
builder
-