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

.NET
Go
Java
Python
TypeScript