interface CustomFileSystemConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnDomain.CustomFileSystemConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDomain_CustomFileSystemConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnDomain.CustomFileSystemConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnDomain.CustomFileSystemConfigProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnDomain » CustomFileSystemConfigProperty |
The settings for assigning a custom file system 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 customFileSystemConfigProperty: sagemaker.CfnDomain.CustomFileSystemConfigProperty = {
efsFileSystemConfig: {
fileSystemId: 'fileSystemId',
// the properties below are optional
fileSystemPath: 'fileSystemPath',
},
fSxLustreFileSystemConfig: {
fileSystemId: 'fileSystemId',
// the properties below are optional
fileSystemPath: 'fileSystemPath',
},
};
Properties
Name | Type | Description |
---|---|---|
efs | IResolvable | EFSFile | The settings for a custom Amazon EFS file system. |
f | IResolvable | FSx | The settings for a custom Amazon FSx for Lustre file system. |
efsFileSystemConfig?
Type:
IResolvable
|
EFSFile
(optional)
The settings for a custom Amazon EFS file system.
fSxLustreFileSystemConfig?
Type:
IResolvable
|
FSx
(optional)
The settings for a custom Amazon FSx for Lustre file system.