Interface CfnUserProfile.DefaultEbsStorageSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfile.DefaultEbsStorageSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnUserProfile
@Stability(Stable)
public static interface CfnUserProfile.DefaultEbsStorageSettingsProperty
extends software.amazon.jsii.JsiiSerializable
A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
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.*;
DefaultEbsStorageSettingsProperty defaultEbsStorageSettingsProperty = DefaultEbsStorageSettingsProperty.builder()
.defaultEbsVolumeSizeInGb(123)
.maximumEbsVolumeSizeInGb(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserProfile.DefaultEbsStorageSettingsPropertystatic final classAn implementation forCfnUserProfile.DefaultEbsStorageSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The default size of the EBS storage volume for a space.The maximum size of the EBS storage volume for a space.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultEbsVolumeSizeInGb
The default size of the EBS storage volume for a space.- See Also:
-
getMaximumEbsVolumeSizeInGb
The maximum size of the EBS storage volume for a space.- See Also:
-
builder
-