Interface CfnSpacePropsMixin.EFSFileSystemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpacePropsMixin.EFSFileSystemProperty.Jsii$Proxy
- Enclosing class:
CfnSpacePropsMixin
@Stability(Stable)
public static interface CfnSpacePropsMixin.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.cfnpropertymixins.services.sagemaker.*;
EFSFileSystemProperty eFSFileSystemProperty = EFSFileSystemProperty.builder()
.fileSystemId("fileSystemId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpacePropsMixin.EFSFileSystemPropertystatic final classAn implementation forCfnSpacePropsMixin.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
-