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 AI Domain.
Permitted users can access this file system in Amazon SageMaker AI 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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSpace.EFSFileSystemProperty
static final class
An implementation forCfnSpace.EFSFileSystemProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemId
The ID of your Amazon EFS file system.- See Also:
-
builder
-