Show / Hide Table of Contents

Class CfnSpace.FSxLustreFileSystemProperty

A custom file system in Amazon FSx for Lustre.

Inheritance
object
CfnSpace.FSxLustreFileSystemProperty
Implements
CfnSpace.IFSxLustreFileSystemProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-fsxlustrefilesystem.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-fsxlustrefilesystem.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-fsxlustrefilesystem.html#cfn-sagemaker-space-fsxlustrefilesystem-filesystemid

Implements

CfnSpace.IFSxLustreFileSystemProperty
Back to top Generated by DocFX