Interface CfnCluster.EnvironmentConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.EnvironmentConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.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.services.sagemaker.*; EnvironmentConfigProperty environmentConfigProperty = EnvironmentConfigProperty.builder() .fSxLustreConfig(FSxLustreConfigProperty.builder() .perUnitStorageThroughput(123) .sizeInGiB(123) .build()) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.EnvironmentConfigProperty
static final class
An implementation forCfnCluster.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.- See Also:
-
builder
-