Interface CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnUserProfilePropsMixin
@Stability(Stable)
public static interface CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The default 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.cfnpropertymixins.services.sagemaker.*;
DefaultSpaceStorageSettingsProperty defaultSpaceStorageSettingsProperty = DefaultSpaceStorageSettingsProperty.builder()
.defaultEbsStorageSettings(DefaultEbsStorageSettingsProperty.builder()
.defaultEbsVolumeSizeInGb(123)
.maximumEbsVolumeSizeInGb(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultEbsStorageSettings
The default EBS storage settings for a space.Returns union: either
IResolvableorCfnUserProfilePropsMixin.DefaultEbsStorageSettingsProperty- See Also:
-
builder
@Stability(Stable) static CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.Builder builder()
-