Interface CfnSpace.EFSFileSystemProperty

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

@Stability(Stable) public static interface CfnSpace.EFSFileSystemProperty extends software.amazon.jsii.JsiiSerializable
A file system, created by you in Amazon EFS, that you assign to a user profile or space for an Amazon SageMaker Domain.

Permitted users can access this file system in Amazon SageMaker Studio.

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.*;
 EFSFileSystemProperty eFSFileSystemProperty = EFSFileSystemProperty.builder()
         .fileSystemId("fileSystemId")
         .build();
 

See Also: