interface CustomFileSystemProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnSpace.CustomFileSystemProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_CustomFileSystemProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnSpace.CustomFileSystemProperty |
![]() | aws_cdk.aws_sagemaker.CfnSpace.CustomFileSystemProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnSpace » CustomFileSystemProperty |
A file system, created by you, 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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const customFileSystemProperty: sagemaker.CfnSpace.CustomFileSystemProperty = {
efsFileSystem: {
fileSystemId: 'fileSystemId',
},
fSxLustreFileSystem: {
fileSystemId: 'fileSystemId',
},
};
Properties
Name | Type | Description |
---|---|---|
efs | IResolvable | EFSFile | A custom file system in Amazon EFS. |
f | IResolvable | FSx | A custom file system in Amazon FSx for Lustre. |
efsFileSystem?
Type:
IResolvable
|
EFSFile
(optional)
A custom file system in Amazon EFS.
fSxLustreFileSystem?
Type:
IResolvable
|
FSx
(optional)
A custom file system in Amazon FSx for Lustre.