Interface CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty.Jsii$Proxy
Enclosing class:
CfnUserProfilePropsMixin

@Stability(Stable) public static interface CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty extends software.amazon.jsii.JsiiSerializable
The settings for assigning a custom Amazon FSx for Lustre file system to a user profile or space for an Amazon SageMaker Domain.

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.*;
 FSxLustreFileSystemConfigProperty fSxLustreFileSystemConfigProperty = FSxLustreFileSystemConfigProperty.builder()
         .fileSystemId("fileSystemId")
         .fileSystemPath("fileSystemPath")
         .build();
 

See Also: