interface FSxLustreFileSystemProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnSpace.FSxLustreFileSystemProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_FSxLustreFileSystemProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnSpace.FSxLustreFileSystemProperty |
![]() | aws_cdk.aws_sagemaker.CfnSpace.FSxLustreFileSystemProperty |
![]() | 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.