interface FSxLustreFileSystemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnSpace.FSxLustreFileSystemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_FSxLustreFileSystemProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnSpace.FSxLustreFileSystemProperty |
Python | aws_cdk.aws_sagemaker.CfnSpace.FSxLustreFileSystemProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnSpace » FSxLustreFileSystemProperty |
A custom file system in Amazon FSx for Lustre.
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 fSxLustreFileSystemProperty: sagemaker.CfnSpace.FSxLustreFileSystemProperty = {
fileSystemId: 'fileSystemId',
};
Properties
| Name | Type | Description |
|---|---|---|
| file | string | Amazon FSx for Lustre file system ID. |
fileSystemId
Type:
string
Amazon FSx for Lustre file system ID.

.NET
Go
Java
Python
TypeScript