interface EFSFileSystemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnSpacePropsMixin.EFSFileSystemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnSpacePropsMixin_EFSFileSystemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.EFSFileSystemProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnSpacePropsMixin.EFSFileSystemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » 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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const eFSFileSystemProperty: sagemaker.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