Class CfnDomain.EFSFileSystemConfigProperty
The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker AI Domain.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.EFSFileSystemConfigProperty : CfnDomain.IEFSFileSystemConfigProperty
Syntax (vb)
Public Class CfnDomain.EFSFileSystemConfigProperty Implements CfnDomain.IEFSFileSystemConfigProperty
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 eFSFileSystemConfigProperty = new EFSFileSystemConfigProperty {
FileSystemId = "fileSystemId",
// the properties below are optional
FileSystemPath = "fileSystemPath"
};
Synopsis
Constructors
| EFSFileSystemConfigProperty() | The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker AI Domain. |
Properties
| FileSystemId | The ID of your Amazon EFS file system. |
| FileSystemPath | The path to the file system directory that is accessible in Amazon SageMaker AI Studio. |
Constructors
EFSFileSystemConfigProperty()
The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker AI Domain.
public EFSFileSystemConfigProperty()
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 eFSFileSystemConfigProperty = new EFSFileSystemConfigProperty {
FileSystemId = "fileSystemId",
// the properties below are optional
FileSystemPath = "fileSystemPath"
};
Properties
FileSystemId
The ID of your Amazon EFS file system.
public string FileSystemId { get; set; }
Property Value
Remarks
FileSystemPath
The path to the file system directory that is accessible in Amazon SageMaker AI Studio.
public string? FileSystemPath { get; set; }
Property Value
Remarks
Permitted users can access only this directory and below.