Interface CfnUserProfilePropsMixin.EFSFileSystemConfigProperty

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

@Stability(Stable) public static interface CfnUserProfilePropsMixin.EFSFileSystemConfigProperty extends software.amazon.jsii.JsiiSerializable
The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker AI 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.*;
 EFSFileSystemConfigProperty eFSFileSystemConfigProperty = EFSFileSystemConfigProperty.builder()
         .fileSystemId("fileSystemId")
         .fileSystemPath("fileSystemPath")
         .build();
 

See Also: