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: