Class CfnSpace.FSxLustreFileSystemProperty
A custom file system in Amazon FSx for Lustre.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FSxLustreFileSystemProperty : Object, CfnSpace.IFSxLustreFileSystemProperty
Syntax (vb)
Public Class FSxLustreFileSystemProperty
Inherits Object
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
FSx |
Properties
File |
Amazon FSx for Lustre file system ID. |
Constructors
FSxLustreFileSystemProperty()
public FSxLustreFileSystemProperty()
Properties
FileSystemId
Amazon FSx for Lustre file system ID.
public string FileSystemId { get; set; }
Property Value
System.