interface EFSFileSystemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnSpacePropsMixin.EFSFileSystemProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnSpacePropsMixin_EFSFileSystemProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnSpacePropsMixin.EFSFileSystemProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnSpacePropsMixin.EFSFileSystemProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnSpacePropsMixin » EFSFileSystemProperty |
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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const eFSFileSystemProperty: sagemaker_mixins.CfnSpacePropsMixin.EFSFileSystemProperty = {
fileSystemId: 'fileSystemId',
};
Properties
| Name | Type | Description |
|---|---|---|
| file | string | The ID of your Amazon EFS file system. |
fileSystemId?
Type:
string
(optional)
The ID of your Amazon EFS file system.

.NET
Go
Java
Python
TypeScript