Interface CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for mounting an Amazon FSx OpenZFS 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.cfnpropertymixins.services.sagemaker.*;
ClusterFsxOpenZfsConfigProperty clusterFsxOpenZfsConfigProperty = ClusterFsxOpenZfsConfigProperty.builder()
.dnsName("dnsName")
.mountPath("mountPath")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.ClusterFsxOpenZfsConfigPropertystatic final classAn implementation forCfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsName
The DNS name of the FSx for OpenZFS file system.- See Also:
-
getMountPath
The mount path for the FSx for OpenZFS file system.- See Also:
-
builder
-