Interface CfnCluster.ClusterFsxLustreConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.ClusterFsxLustreConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.ClusterFsxLustreConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for mounting an Amazon FSx Lustre file system to the instances in the SageMaker HyperPod cluster instance group.
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.*;
ClusterFsxLustreConfigProperty clusterFsxLustreConfigProperty = ClusterFsxLustreConfigProperty.builder()
.dnsName("dnsName")
.mountName("mountName")
// the properties below are optional
.mountPath("mountPath")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.ClusterFsxLustreConfigPropertystatic final classAn implementation forCfnCluster.ClusterFsxLustreConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsName
The DNS name of the FSx for Lustre file system.- See Also:
-
getMountName
The mount name of the FSx for Lustre file system.- See Also:
-
getMountPath
The mount path for the FSx for Lustre file system.- See Also:
-
builder
-