Class CfnSpace.FSxLustreFileSystemProperty
A custom file system in Amazon FSx for Lustre.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSpace.FSxLustreFileSystemProperty : CfnSpace.IFSxLustreFileSystemProperty
Syntax (vb)
Public Class CfnSpace.FSxLustreFileSystemProperty Implements CfnSpace.IFSxLustreFileSystemProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var fSxLustreFileSystemProperty = new FSxLustreFileSystemProperty {
FileSystemId = "fileSystemId"
};
Synopsis
Constructors
FSxLustreFileSystemProperty() | A custom file system in Amazon FSx for Lustre. |
Properties
FileSystemId | Amazon FSx for Lustre file system ID. |
Constructors
FSxLustreFileSystemProperty()
A custom file system in Amazon FSx for Lustre.
public FSxLustreFileSystemProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var fSxLustreFileSystemProperty = new FSxLustreFileSystemProperty {
FileSystemId = "fileSystemId"
};
Properties
FileSystemId
Amazon FSx for Lustre file system ID.
public string FileSystemId { get; set; }