Class FileSystemConfig
The type returned from IFileSystemLocation#bind.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FileSystemConfig : IFileSystemConfig
Syntax (vb)
Public Class FileSystemConfig Implements IFileSystemConfig
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.CodeBuild;
var fileSystemConfig = new FileSystemConfig {
Location = new ProjectFileSystemLocationProperty {
Identifier = "identifier",
Location = "location",
MountPoint = "mountPoint",
Type = "type",
// the properties below are optional
MountOptions = "mountOptions"
}
};
Synopsis
Constructors
| FileSystemConfig() | The type returned from |
Properties
| Location | File system location wrapper property. |
Constructors
FileSystemConfig()
The type returned from IFileSystemLocation#bind.
public FileSystemConfig()
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.CodeBuild;
var fileSystemConfig = new FileSystemConfig {
Location = new ProjectFileSystemLocationProperty {
Identifier = "identifier",
Location = "location",
MountPoint = "mountPoint",
Type = "type",
// the properties below are optional
MountOptions = "mountOptions"
}
};
Properties
Location
File system location wrapper property.
public CfnProject.IProjectFileSystemLocationProperty Location { get; set; }
Property Value
CfnProject.IProjectFileSystemLocationProperty