Interface CfnClusterPropsMixin.EnvironmentConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.EnvironmentConfigProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.EnvironmentConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for the restricted instance groups (RIG) environment.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.*;
EnvironmentConfigProperty environmentConfigProperty = EnvironmentConfigProperty.builder()
.fSxLustreConfig(FSxLustreConfigProperty.builder()
.perUnitStorageThroughput(123)
.sizeInGiB(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.EnvironmentConfigPropertystatic final classAn implementation forCfnClusterPropsMixin.EnvironmentConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFSxLustreConfig
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.Returns union: either
IResolvableorCfnClusterPropsMixin.FSxLustreConfigProperty- See Also:
-
builder
-