interface CustomFileSystemProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnSpace.CustomFileSystemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_CustomFileSystemProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnSpace.CustomFileSystemProperty |
Python | aws_cdk.aws_sagemaker.CfnSpace.CustomFileSystemProperty |
TypeScript | 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 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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const customFileSystemProperty: sagemaker.CfnSpace.CustomFileSystemProperty = {
efsFileSystem: {
fileSystemId: 'fileSystemId',
},
};
Properties
Name | Type | Description |
---|---|---|
efs | IResolvable | EFSFile | A custom file system in Amazon EFS. |
efsFileSystem?
Type:
IResolvable
|
EFSFile
(optional)
A custom file system in Amazon EFS.