Interface CfnSpace.EbsStorageSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpace.EbsStorageSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnSpace
@Stability(Stable)
public static interface CfnSpace.EbsStorageSettingsProperty
extends software.amazon.jsii.JsiiSerializable
A collection of EBS storage settings that apply to both private and shared spaces.
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.*;
EbsStorageSettingsProperty ebsStorageSettingsProperty = EbsStorageSettingsProperty.builder()
.ebsVolumeSizeInGb(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpace.EbsStorageSettingsPropertystatic final classAn implementation forCfnSpace.EbsStorageSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEbsVolumeSizeInGb
The size of an EBS storage volume for a space.- See Also:
-
builder
-